AnalyzeRawProtobuf.EnumValueOptions.EnumValueOptions C# (CSharp) Метод

EnumValueOptions() публичный Метод

Initializes a new instance of the EnumValueOptions class.
public EnumValueOptions ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public EnumValueOptions()
        {
            UninterpretedOptions = new List<UninterpretedOption>();
            Deprecated = false;
        }
EnumValueOptions