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

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

Initializes a new instance of the ServiceDescriptor class.
public ServiceDescriptor ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public ServiceDescriptor()
        {
            Name = string.Empty;
            Methods = new List<MethodDescriptor>();
            Options = null;
        }
ServiceDescriptor