Example #1
0
 /// <summary>
 /// Removes all providers and keys from the settings.
 /// </summary>
 public static void RemoveAllProviders()
 {
     // we need to read all providers at its content (as this is done in first request - bad design).
     TestInstance();
     settings.Clear();
     providers.Clear();
 }