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