Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IEnumerator<KeyValuePair<TKey, IImmutableSet<TValue>>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, IImmutableSetTValue
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also