TMultiMapBase<TKey,TValue>.TEnumerator.fDictionaryEnumerator Field

Represents field fDictionaryEnumerator.

Namespace: Spring.Collections.MultiMaps
private
 fDictionaryEnumerator: IEnumerator<TPair<TKey, IList<TValue>>>;

Field Value

Type: IEnumerator<TPair<TKey, IList<TValue>>>