Click or drag to resize
Akka.NETIBinaryTreeNodeTKey, TValue Interface
TBD

Namespace:  Akka.Util.Internal.Collections
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IBinaryTreeNode<out TKey, out TValue> : IKeyValuePair<TKey, TValue>

Type Parameters

TKey
TBD
TValue
TBD

The IBinaryTreeNodeTKey, TValue type exposes the following members.

Properties
See Also