Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1OrderedSet Class / GetEnumerator Method

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

    Return Value

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