RadControls for WinForms

The IOrderedTree<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add item
(Inherited from ITree<(Of <(<'T>)>)>.)
Public methodAddOrGet
Add or get item
(Inherited from ITree<(Of <(<'T>)>)>.)
Public methodClear
Clear the tree
(Inherited from ITree<(Of <(<'T>)>)>.)
Public methodFind
Find item
(Inherited from ITree<(Of <(<'T>)>)>.)
Public methodFirst
Get first node
(Inherited from ISortedTree<(Of <(<'T>)>)>.)
Public methodGetByOrder
Get item by order index
Public methodGetOrder
Get index by item
Public methodLast
Get last node
(Inherited from ISortedTree<(Of <(<'T>)>)>.)
Public methodNext
Get prior node
(Inherited from ISortedTree<(Of <(<'T>)>)>.)
Public methodPrevious
Get next node
(Inherited from ISortedTree<(Of <(<'T>)>)>.)
Public methodRemove(T)
Delete item by key
(Inherited from ITree<(Of <(<'T>)>)>.)
Public methodRemove(ITreeNode<(Of <<'(T>)>>))
Delete specific item
(Inherited from ITree<(Of <(<'T>)>)>.)

Properties

  NameDescription
Public propertyCount
Get number of nodes in the tree
(Inherited from ISortedTree<(Of <(<'T>)>)>.)
Public propertySyncRoot
Get synchornization root
(Inherited from ITree<(Of <(<'T>)>)>.)

See Also