JSONPatternMatchAttribute Match Method NFX Class Library

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

Overload List

  NameDescription
Public methodOnlineMatch(Object)
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from OnlineAttribute.)
Public methodMatch(JSONLexer)
Override to perform actual pattern matching, i.e. the one that uses FSM
Back to Top
See Also