LazyFSMState TToken  PatternTokenLength Property NFX Class Library

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

Returns how many tokens have been covered by the current match pattern, i.e. if we loop until first int literal, this property will count how many tokens have been looped + int literal itself

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

public int PatternTokenLength { get; }

Property Value

Type: OnlineInt32
See Also