CompileProtobufToCSharp.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