public UserType(string typeName, ComplexType baseType) { this.typeName_ = typeName; this.baseType_ = baseType; }