Property MaxTokenLength
MaxTokenLength
Gets or sets maximum allowed token length. If a token is seen that exceeds this length then it is discarded. This setting only takes effect the next time tokenStream or tokenStream is called.
Declaration
public int MaxTokenLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |