Click or drag to resize
ImmutableAvlTreeBaseTKey, TValueGetEnumerator Method

[Missing <summary> documentation for "M:Akka.Util.Internal.Collections.ImmutableAvlTreeBase`2.GetEnumerator"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public IEnumerator<IKeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorIKeyValuePairTKey, TValue

[Missing <returns> documentation for "M:Akka.Util.Internal.Collections.ImmutableAvlTreeBase`2.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also