Exemple #1
0
 public static bool TryGetArrayElementCommand(string name, string indexCode, out DHJassCommand element)
 {
     element = new DHJassGetArrayElementCommand(name, indexCode);
     return(true);
 }
Exemple #2
0
 public static bool TryGetArrayElementCommand(string name, string indexCode, out DHJassCommand element)
 {
     element = new DHJassGetArrayElementCommand(name, indexCode);
     return true;
 }