TMultiMapBase<TKey,TValue>.TValueCollection.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: Spring.Collections.MultiMaps
public
 function GetEnumerator: IEnumerator<TValue>; override;

Return Value

Type: IEnumerator<TValue>

An IEnumerator object that can be used to iterate through the collection.

Overrides

TEnumerableBase.GetEnumerator