AnalyzeRawProtobuf.ServiceOptions.ServiceOptions C# (CSharp) Method

ServiceOptions() public method

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