AnalyzeRawProtobuf.EnumValueDescriptor.EnumValueDescriptor C# (CSharp) Method

EnumValueDescriptor() public method

Initializes a new instance of the EnumValueDescriptor class.
public EnumValueDescriptor ( ) : System.Collections.Generic
return System.Collections.Generic
        public EnumValueDescriptor()
        {
            Name = string.Empty;
            Number = default(int);
            Options = null;
        }
EnumValueDescriptor