Example #1
0
 public new static Method Create(int type)
 {
     return((Method)StructFactory.createInstruction(type));
 }
Example #2
0
 public static Struct Create(int type)
 {
     return(StructFactory.create(type));
 }