Example #1
0
 /// <summary>
 /// Get the configuration section with the specified name.
 /// </summary>
 /// <param name="sectionName"></param>
 /// <returns></returns>
 public static IConfigSection GetSection(string sectionName)
 {
     return(_current.GetSection(sectionName));
 }
 /// <summary>
 /// Get section with name.
 /// </summary>
 /// <param name="sectionName"></param>
 /// <returns></returns>
 public IConfigSection GetSection(string sectionName)
 {
     return(_provider.GetSection(sectionName));
 }