I want to loop all the constant variable from a static class. For example
public class SiteDetails
{
public const string SD_MAIN_TRUST = "MainTrust";
public const string SD_MAIN_COLLEGE = "MainCollege";
}
I want to read constants one by one to check for match.