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

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

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