AnalyzeRawProtobuf.ServiceDescriptor.ServiceDescriptor C# (CSharp) Method

ServiceDescriptor() public method

Initializes a new instance of the ServiceDescriptor class.
public ServiceDescriptor ( ) : System.Collections.Generic
return System.Collections.Generic
        public ServiceDescriptor()
        {
            Name = string.Empty;
            Methods = new List<MethodDescriptor>();
            Options = null;
        }
ServiceDescriptor