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.

Properties

  NameDescription
Public propertyCurrent
Gets the text match currently indexed by this instance.

Events

  NameDescription
Public eventProgress
Fired before the content for a next page is searched.

See Also