Click or drag to resize

DeconstructionPeekDeconstruction Method

Peek ahead at the input tokens to determine if they look like a valid Deconstruction.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static bool PeekDeconstruction(
	Parser parser,
	ParseFlags flags,
	bool isTopLevel
)

Parameters

parser
Type: Nova.ParsingParser
flags
Type: Nova.ParsingParseFlags
isTopLevel
Type: SystemBoolean

Return Value

Type: Boolean
See Also