ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / GetEnumerator Method

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