JSONPatternMatchAttribute Match Method (JSONLexer)NFX Class Library

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

Override to perform actual pattern matching, i.e. the one that uses FSM

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

public abstract bool Match(
	JSONLexer content
)

Return Value

Type: OnlineBoolean
See Also