RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Span Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (C1Span)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator
    public IEnumerator GetEnumerator()

    Return Value

    A System.Collections.IEnumerator that can be used to iterate through the collection.
    See Also