예제 #1
0
 public UserType(string typeName, ComplexType baseType)
 {
     this.typeName_ = typeName;
     this.baseType_ = baseType;
 }
예제 #2
0
 public UserType(string typeName, ComplexType baseType)
 {
     this.typeName_ = typeName;
     this.baseType_ = baseType;
 }