Exemplo n.º 1
0
 public static string[] getStringArray(this BaseBundle bundle, string key)
 {
     return(bundle.GetStringArray(key));
 }