Click or drag to resize
Accord.NET (logo)

RedBlackTreeNodeTKey, TValue Constructor (TKey, TValue)

Constructs a new node containing the given key and value pair.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public RedBlackTreeNode(
	TKey key,
	TValue value
)
Request Example View Source

Parameters

key
Type: TKey
value
Type: TValue
See Also