Click or drag to resize
Accord.NET (logo)

RedBlackTreeT Properties

The RedBlackTreeT generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer
Gets the IComparerT for this red black tree.
Public propertyCount
Gets the number of nodes contained in this red-black tree.
Public propertyIsReadOnly
Public propertyRoot
Gets the root node of this tree.
(Inherited from BinaryTreeTNode.)
Top
See Also