Mono.CSharp.Operator.GetMetadataName C# (CSharp) Méthode

GetMetadataName() public static méthode

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

Same methods

Operator::GetMetadataName ( string name ) : string