OperatorNames.RequiresLValue Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: OperatorNames
Overloads
RequiresLValue(BinaryOperatorType) | |
RequiresLValue(UnaryOperatorType) |
RequiresLValue(BinaryOperatorType)
public static bool RequiresLValue(BinaryOperatorType op);
Parameters
BinaryOperatorType op |
Returns
bool |
RequiresLValue(UnaryOperatorType)
public static bool RequiresLValue(UnaryOperatorType op);
Parameters
UnaryOperatorType op |
Returns
bool |