MatchExpression Methods |
The MatchExpression type exposes the following members.
Name | Description | |
---|---|---|
And |
Concatenates the current expression with a new one using the logical AND operator.
| |
HasNext |
Checks if the current matching expression is concatenated to another one through a logical operator.
| |
Next |
Get the next matching expression concatenated to the current one.
| |
Or |
Concatenates the current expression with a new one using the logical OR operator.
| |
Rewind |
Moves the iterator cursor to the first matching expression in the chain.
| |
ToString |
Returns a string representation of the matching expression.
(Overrides ObjectToString.) |