How do I implement iterative method to query the most occuring field from a class?
//Customers Class
public class Customers
{
public string Name {get; set;}
public int Age {get; set;}
}
How do I implement iterative method to query thHow do I implement iterative method to query the most occuring field from a class?
//Customers Class
public class Customers
{
public string Name {get; set;}
public int Age {get; set;}
}
How do I implement iterative method to query th