TGroupedEnumerable<TSource,TKey,TElement>.TEnumerator Class
Represents type TEnumerator
.
TInterfacedObject
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Extensions.TGroupedEnumerable<TSource,TKey,TElement>.TEnumerator
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Extensions.TGroupedEnumerable<TSource,TKey,TElement>.TEnumerator
private type TEnumerator = class(TEnumeratorBase<IGrouping<TKey, TElement>>) end;
The TGroupedEnumerable<TSource,TKey,TElement>.TEnumerator type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Create(IEnumerable<TSource>,TFunc,TFunc,IEqualityComparer) | Initializes a new instance of the TGroupedEnumerable<TSource,TKey,TElement>.TEnumerator class. |
Show:
Name | Description | |
---|---|---|
![]() | GetCurrent | Represents method |
![]() | MoveNext | Advances the enumerator to the next element of the collection. (Overrides TEnumeratorBase.MoveNext.) |
![]() | Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from TEnumeratorBase.) |
Show:
Name | Description | |
---|---|---|
![]() | fComparer | Represents field |
![]() | fElementSelector | Represents field |
![]() | fEnumerator | Represents field |
![]() | fKeySelector | Represents field |
![]() | fLookup | Represents field |
![]() | fSource | Represents field |