CompileProtobufToCSharp.MethodDescriptor.MethodDescriptor C# (CSharp) Method

MethodDescriptor() public method

Initializes a new instance of the MethodDescriptor class.
public MethodDescriptor ( ) : System.Collections.Generic
return System.Collections.Generic
        public MethodDescriptor()
        {
            Name = string.Empty;
            InputType = string.Empty;
            OutputType = string.Empty;
            Options = null;
        }
MethodDescriptor