Mono.CSharp.Operator.GetMetadataName C# (CSharp) Method

GetMetadataName() public static method

public static GetMetadataName ( OpType ot ) : string
ot OpType
return string
        public static string GetMetadataName(OpType ot)
        {
            return names [(int) ot] [1];
        }

Same methods

Operator::GetMetadataName ( string name ) : string