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

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

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