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

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

Initializes a new instance of the UninterpretedOption class.
public UninterpretedOption ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public UninterpretedOption()
        {
            NegativeIntValue = default(long);
            PositiveIntValue = default(ulong);
            IdentifierValue = string.Empty;
            Names = new List<NamePart>();
            DoubleValue = default(double);
            StringValue = null;
            AggregateValue = string.Empty;
        }
UninterpretedOption