Beispiel #1
0
 public static void remove(this BaseBundle bundle, string key)
 {
     bundle.Remove(key);
 }