PatternSearch IsAnyOrAbort Method NFX Class Library

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

Overload List

  NameDescription
Public methodStatic memberIsAnyOrAbort TToken (TToken,  Int32 )
Advances FSM when token's type is any of specified or aborts FSM
Public methodStatic memberIsAnyOrAbort TToken (TToken,  String )
Advances FSM when token's text is any of specified or aborts FSM
Public methodStatic memberIsAnyOrAbort TToken, TTokenType (TToken,  TTokenType )
Advances FSM when token's type is any of specified or aborts FSM
Public methodStatic memberIsAnyOrAbort TToken (TToken, StringComparison,  String )
Advances FSM when token's text is any of specified or aborts FSM
Back to Top
See Also