System.MethodExtension.ToJsonMethodName C# (CSharp) Method

ToJsonMethodName() public static method

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