Click or drag to resize
Accord.NET (logo)

RedBlackTreeTAdd Method (RedBlackTreeNodeT)

Adds a new item to the tree. If the element already belongs to this tree, no new element will be added.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public void Add(
	RedBlackTreeNode<T> item
)
Request Example View Source

Parameters

item
Type: Accord.CollectionsRedBlackTreeNodeT
The node to be added to the tree.
See Also