Click or drag to resize

MatchExpression Methods

The MatchExpression type exposes the following members.

Methods
  NameDescription
Public methodAnd
Concatenates the current expression with a new one using the logical AND operator.
Public methodHasNext
Checks if the current matching expression is concatenated to another one through a logical operator.
Public methodNext
Get the next matching expression concatenated to the current one.
Public methodOr
Concatenates the current expression with a new one using the logical OR operator.
Public methodRewind
Moves the iterator cursor to the first matching expression in the chain.
Public methodToString
Returns a string representation of the matching expression.
(Overrides ObjectToString.)
Top
See Also