AnalyzeRawProtobuf.ServiceDescriptor.ServiceDescriptor C# (CSharp) Méthode

ServiceDescriptor() public méthode

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