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