Example #1
0
 /// <summary> Clears all of the data loaded into this configuration </summary>
 public void ClearAll()
 {
     RootPaths.Clear();
     rootPathsDictionary.Clear();
     Components.Clear();
     RestrictionRanges.Clear();
     Error = null;
 }