Constructor TokenList
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
TokenList(int)
Initializes a new instance of the TokenList
class with specified capacity.
public TokenList(int capacity)
Parameters
capacity
intCapacity of the collection.