Click or drag to resize
Akka.NETLWWDictionaryTKey, TValueGetEnumerator Method
TBD

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

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
TBD

Implements

IEnumerableTGetEnumerator
See Also