TLookup<TKey,TElement>.TEnumerator Class

Represents type TEnumerator.

Namespace: Spring.Collections.Extensions
TInterfacedObject
  Spring.Collections.Base.TEnumeratorBase
    Spring.Collections.Base.TEnumeratorBase<T>
      Spring.Collections.Extensions.TLookup<TKey,TElement>.TEnumerator
private
type
 TEnumerator = class(TEnumeratorBase<IGrouping<TKey, TElement>>)
 end;

The TLookup<TKey,TElement>.TEnumerator type exposes the following members.

Show:
 NameDescription
Create(TLookup<TKey,TElement>)

Initializes a new instance of the TLookup<TKey,TElement>.TEnumerator class.

Top
Show:
 NameDescription
Current

Represents property Current. (Inherited from TEnumeratorBase<T>.)

Top
Show:
 NameDescription
GetCurrent

Represents method GetCurrent. (Overrides TEnumeratorBase<T>.GetCurrent.)

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.)

Top
Show:
 NameDescription
fIndex

Represents field fIndex.

fLookup

Represents field fLookup.

fSource

Represents field fSource.

Top