AnalyzeRawProtobuf.EnumDescriptor.EnumDescriptor C# (CSharp) Method

EnumDescriptor() public method

Initializes a new instance of the EnumDescriptor class.
public EnumDescriptor ( ) : System.Collections.Generic
return System.Collections.Generic
        public EnumDescriptor()
        {
            Name = string.Empty;
            Values = new List<EnumValueDescriptor>();
            Options = null;
        }
EnumDescriptor