예제 #1
0
 public SerializedEnumType(int size, Types.Domain domain, string p)
 {
     this.Size   = size;
     this.Domain = domain;
     this.Name   = p;
 }
예제 #2
0
 public EnumType_v1(int size, Types.Domain domain, string p)
 {
     this.Size   = size;
     this.Domain = domain;
     this.Name   = p;
 }