Click or drag to resize
Accord.NET (logo)

RedBlackTreeNodeT Constructor (T)

Constructs a node containing the given .

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

Parameters

value
Type: T
See Also