Click or drag to resize

ParserTerminatingKeywords Field

Optional keywords that should terminate the current parsing if encountered (used for things such as context-sensitive keywords within LINQ queries).

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public HashSet<string> TerminatingKeywords

Field Value

Type: HashSetString
See Also