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