CompileProtobufToCSharp.FieldDescriptor.FieldDescriptor C# (CSharp) Method

FieldDescriptor() public method

Initializes a new instance of the FieldDescriptor class.
public FieldDescriptor ( ) : System.Collections.Generic
return System.Collections.Generic
        public FieldDescriptor()
        {
            Name = string.Empty;
            Number = default(int);
            Label = Labels.LABEL_OPTIONAL;
            Type = Types.TYPE_DOUBLE;
            TypeName = string.Empty;
            Extendee = string.Empty;
            DefaultValue = string.Empty;
            OneofIndex = null;
            Options = null;
        }
FieldDescriptor