TokenReader<TKind> Constructors
Initialises a new instance of the TokenReader<TKind> class with the specified tokens.
public TokenReader(IEnumerable<Token<TKind>> tokens);
Parameters
| Name | Type | Description |
|---|---|---|
tokens |
IEnumerable<Token<TKind>> |
The tokens. |