PatternSearch LoopWhileAnyOrAbort Method NFX Class Library

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

Overload List

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