Esempio n. 1
0
 public static bool containsKey(this BaseBundle bundle, string key)
 {
     return(bundle.ContainsKey(key));
 }