Property ExpectedTokenSequences
ExpectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.
Declaration
public int[][] ExpectedTokenSequences { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[][] |