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 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:
BooleanSee Also