AnalyzeRawProtobuf.EnumValueOptions.EnumValueOptions C# (CSharp) Method

EnumValueOptions() public method

Initializes a new instance of the EnumValueOptions class.
public EnumValueOptions ( ) : System.Collections.Generic
return System.Collections.Generic
        public EnumValueOptions()
        {
            UninterpretedOptions = new List<UninterpretedOption>();
            Deprecated = false;
        }
EnumValueOptions