Click or drag to resize
Accord.NET (logo)

RedBlackTreeTAdd Method

Overload List
  NameDescription
Public methodAdd(T)
Adds a new item to the tree. If the element already belongs to this tree, no new element will be added.
Public methodAdd(RedBlackTreeNodeT)
Adds a new item to the tree. If the element already belongs to this tree, no new element will be added.
Top
See Also