[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.GroupingQuery-2.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the GroupingQuery<TKey, T>.

Declaration
public abstract IEnumerator<IndexedGroup<TKey, T>> GetEnumerator()
Returns
Type Description
IEnumerator<IndexedGroup<TKey, T>>
Implements