The TextMatchEnumerator type exposes the following members.

Methods

  NameDescription
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodMoveNext
Move to the next text match. After calling this method, Current only points to a valid object if this method returns true.
Public methodReset
Resets the enumerator before the first item. After calling MoveNext, Current points to the first text match.

See Also