Example #1
0
 public IList <KeyValuePair <string, string> > GetNestedValues(string section, string subSection)
 {
     return(SolutionSettings.GetNestedValues(section, subSection));
 }