OperatorNames.NameFromBinary Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: OperatorNames
Get the name of a binary operator
public static string NameFromBinary(BinaryOperatorType op);
Parameters
BinaryOperatorType op | The operator |
Returns
string | It's name |