OperatorNames.NameFromUnary Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: OperatorNames
Gets the name of a unary operator
public static string NameFromUnary(UnaryOperatorType op);
Parameters
UnaryOperatorType op | The operator |
Returns
string | The operator's name |