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.
|
Properties
| Name | Description | |
|---|---|---|
| Current |
Gets the text match currently indexed by this instance.
|
Events
| Name | Description | |
|---|---|---|
| Progress |
Fired before the content for a next page is searched.
|