ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (BaseCollectionView)
    In This Topic
    Returns an enumerator that iterates through a collection.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEnumerator() As IEnumerator
    public virtual IEnumerator GetEnumerator()

    Return Value

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