[This is preliminary documentation and is subject to change.]
Loops FSM while token's type is any of the specified or aborts
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static FSMI LoopWhileAnyOrAbort<TToken>(
this TToken token,
params int[] types
)
where TToken : Token
public static FSMI LoopWhileAnyOrAbort<TToken>(
this TToken token,
params int[] types
)
where TToken : Token
<ExtensionAttribute>
Public Shared Function LoopWhileAnyOrAbort(Of TToken As Token) (
token As TToken,
ParamArray types As Integer()
) As FSMI
<ExtensionAttribute>
Public Shared Function LoopWhileAnyOrAbort(Of TToken As Token) (
token As TToken,
ParamArray types As Integer()
) As FSMI
public:
[ExtensionAttribute]
generic<typename TToken>
where TToken : Token
static FSMI LoopWhileAnyOrAbort(
TToken token,
... array<int>^ types
)
public:
[ExtensionAttribute]
generic<typename TToken>
where TToken : Token
static FSMI LoopWhileAnyOrAbort(
TToken token,
... array<int>^ types
)
static member LoopWhileAnyOrAbort :
token : 'TToken *
types : int[] -> FSMI when 'TToken : Token
static member LoopWhileAnyOrAbort :
token : 'TToken *
types : int[] -> FSMI when 'TToken : Token
- TToken
Return Value
Type:
FSMIUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).