TMultiMapBase<TKey,TValue>.TValueEnumerator Class

Represents type TValueEnumerator.

Namespace: Spring.Collections.MultiMaps
TInterfacedObject
  Spring.Collections.Base.TEnumeratorBase
    Spring.Collections.Base.TEnumeratorBase<T>
      Spring.Collections.MultiMaps.TMultiMapBase<TKey,TValue>.TValueEnumerator
private
type
 TValueEnumerator = class(TEnumeratorBase<TValue>)
 end;

The TMultiMapBase<TKey,TValue>.TValueEnumerator type exposes the following members.

Show:
 NameDescription
Create(TMultiMapBase<TKey,TValue>)

Initializes a new instance of the TMultiMapBase<TKey,TValue>.TValueEnumerator 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
fSource

Represents field fSource.

fSourceEnumerator

Represents field fSourceEnumerator.

Top