[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.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract bool Match(
JSONLexer content
)
public abstract bool Match(
JSONLexer content
)
Public MustOverride Function Match (
content As JSONLexer
) As Boolean
Public MustOverride Function Match (
content As JSONLexer
) As Boolean
public:
virtual bool Match(
JSONLexer^ content
) abstract
public:
virtual bool Match(
JSONLexer^ content
) abstract
abstract Match :
content : JSONLexer -> bool
abstract Match :
content : JSONLexer -> bool
Return Value
Type:
Boolean