Click or drag to resize

ParserHasNestedPeekedTypeArguments Property

Return true if the parser has multiple nested peek-ahead type argument lists in progress.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool HasNestedPeekedTypeArguments { get; }

Property Value

Type: Boolean
See Also