Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IEnumerable<T>.GetEnumerator

    IEnumerable<T>.GetEnumerator()

    Returns an enumerator that iterates through the collection.

    Declaration
    IEnumerator<T> IEnumerable<T>.GetEnumerator()
    Returns
    Type Description
    IEnumerator<T>

    An enumerator that can be used to iterate through the collection.

    Implements
    IEnumerable<T>.GetEnumerator()
    © Singulink. All rights reserved.