PatternSearch DoUntilAny Method NFX Class Library

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

Overload List

  NameDescription
Public methodStatic memberDoUntilAny TToken (TToken, FSMI,  Int32 )
Performs FSM instruction unless token's type is any of the specified, then advances FSM
Public methodStatic memberDoUntilAny TToken (TToken, FSMI,  String )
Performs FSM instruction unless token's text is any of the specified, then advances FSM
Public methodStatic memberDoUntilAny TToken, TTokenType (TToken, FSMI,  TTokenType )
Performs FSM instruction unless token's type is any of the specified, then advances FSM
Public methodStatic memberDoUntilAny TToken (TToken, FSMI, StringComparison,  String )
Performs FSM instruction unless token's text is any of the specified, then advances FSM
Back to Top
See Also