Click or drag to resize

MatchExpressionRewind Method

Moves the iterator cursor to the first matching expression in the chain.

Namespace:  Sfs2X.Entities.Match
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public MatchExpression Rewind()

Return Value

Type: MatchExpression
The MatchExpression object at the top of the chain of matching expressions.
See Also