Returns an enumerator that iterates through the collection.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerator GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator

Return Value

A IEnumerator that can be used to iterate through the collection.

Implements

IEnumerable..::..GetEnumerator()()()()

See Also