CreateInstance() 공개 정적인 메소드

public static CreateInstance ( ) : FieldSet
리턴 FieldSet
예제 #1
0
 internal Builder(MessageDescriptor type)
 {
     this.type          = type;
     this.fields        = FieldSet.CreateInstance();
     this.unknownFields = UnknownFieldSet.DefaultInstance;
     this.oneofCase     = new FieldDescriptor[type.Proto.OneofDeclCount];
 }
예제 #2
0
 internal Builder(MessageDescriptor type)
 {
     this.type          = type;
     this.fields        = FieldSet.CreateInstance();
     this.unknownFields = UnknownFieldSet.DefaultInstance;
 }