System.MethodExtension.ToJsonMethodName C# (CSharp) 메소드

ToJsonMethodName() 공개 정적인 메소드

public static ToJsonMethodName ( this value ) : string
value this
리턴 string
        public static string ToJsonMethodName(this RpcMethod value)
        {
            return GetEnumDescription(value);
        }