Click or drag to resize
Accord.NET (logo)

RedBlackTreeNodeTKey, TValue Constructor (KeyValuePairTKey, 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(
	KeyValuePair<TKey, TValue> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
See Also