ICSharpCode.NRefactory.MonoCSharp.Operator.GetName C# (CSharp) Method

GetName() public static method

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

Same methods

Operator::GetName ( string metadata_name ) : string