Beispiel #1
0
 public Reverser(Type type, string name, Struct10.Enum1 direction)
 {
     this.type_0 = type;
     this.struct10_0.string_0 = name;
     if (direction != Struct10.Enum1.const_0)
     {
         this.struct10_0.enum1_0 = direction;
     }
 }
Beispiel #2
0
 public Reverser(string className, string name, Struct10.Enum1 direction)
 {
     try
     {
         this.type_0 = Type.GetType(className, true);
         this.struct10_0.string_0 = name;
         this.struct10_0.enum1_0  = direction;
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }
Beispiel #3
0
 public Reverser(T t, string name, Struct10.Enum1 direction)
 {
     this.type_0 = t.GetType();
     this.struct10_0.string_0 = name;
     this.struct10_0.enum1_0  = direction;
 }