The TextMatchEnumerator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| MoveNext |
Move to the next text match. After calling this method, Current only points to a valid
object if this method returns true.
| |
| Reset |
Resets the enumerator before the first item. After calling MoveNext, Current points
to the first text match.
|