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

In This Topic
    GetEnumerator Method (ItemsCollection)
    In This Topic
    Returns an enumerator that iterates through a collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of T)
    public IEnumerator<T> GetEnumerator()
    See Also