Click or drag to resize
Akka.NETPNCounterDictionaryTKeyGetEnumerator 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, BigInteger>> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also