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

GetName() public static méthode

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

Same methods

Operator::GetName ( string metadata_name ) : string