Lexer TToken  Tokens Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns tokenized source as indexable list. Accessing this property causes lexical analysis to complete on the whole source if it has not been completed yet

Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Tokenized<TToken> Tokens { get; }

Property Value

Type: Tokenized TToken 
See Also