Method GetTokens
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
GetTokens(int, bool)
Gets list of tokens suitable for specified line index.
public IList<TypeScriptTokenizer.LineToken> GetTokens(int index, bool add)
Parameters
Returns
- IList<TypeScriptTokenizer.LineToken>
List of
LineToken
at specified line.