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);
        }