Click or drag to resize
IBinaryTreeNodeTKey, TValue Interface

[Missing <summary> documentation for "T:Akka.Util.Internal.Collections.IBinaryTreeNode`2"]

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

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Akka.Util.Internal.Collections.IBinaryTreeNode`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Akka.Util.Internal.Collections.IBinaryTreeNode`2"]

The IBinaryTreeNodeTKey, TValue type exposes the following members.

Properties
See Also