ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / GroupDescriptorCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (GroupDescriptorCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of T)
    public System.Collections.Generic.IEnumerator<T> GetEnumerator()
    See Also