Beispiel #1
0
 public bool RemoveExceptionPrefix(string p) => ExceptionPrefixes.Remove(p);
Beispiel #2
0
 public void AddExceptionPrefix(string p) => ExceptionPrefixes.Add(p);