Click or drag to resize

ParserRemoveLastUnusedExpression Method

Remove the last object from the Unused list, converted to an Expression. Does NOT remove tokens that aren't valid identifiers.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Expression RemoveLastUnusedExpression()

Return Value

Type: Expression
See Also