AnalyzeRawProtobuf.EnumOptions.EnumOptions C# (CSharp) Method

EnumOptions() public method

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