ParserRemoveLastUnusedExpression Method (Boolean) |
Remove the last object from the Unused list, converted to an Expression.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Expression RemoveLastUnusedExpression(
bool force
)
Parameters
- force
- Type: SystemBoolean
True to force non-identifier tokens to be removed.
Return Value
Type:
ExpressionSee Also