Click or drag to resize

ParserUnpeek Method

Unpeek the specified number of tokens.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void Unpeek(
	int count
)

Parameters

count
Type: SystemInt32
See Also