コード例 #1
0
 /// <summary>
 /// Refresh the statically cached section
 /// </summary>
 public static void RefreshConfig()
 {
     ConfigurationManager.RefreshSection("sampleConfig");
     _current = null;
 }
コード例 #2
0
 /// <summary>
 /// Refresh the statically cached section
 /// </summary>
 public static void RefreshConfig()
 {
     ConfigurationManager.RefreshSection("sampleConfig");
     _current = null;
 }