Ejemplo n.º 1
0
 public static int getInt(this BaseBundle bundle, string key, int defaultValue)
 {
     return(bundle.GetInt(key, defaultValue));
 }