[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator GetEnumerator()
Returns
Type Description
IEnumerator

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

Implements