Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1OrderedSet Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (C1OrderedSet)
    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