Click or drag to resize

ParserAddUnused Method (Token)

Add a token that was just parsed but not yet needed to the unused list.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AddUnused(
	Token token
)

Parameters

token
Type: Nova.ParsingToken
See Also