RedBlackTreeT Properties |
The RedBlackTreeT generic type exposes the following members.
Name | Description | |
---|---|---|
Comparer |
Gets the IComparerT for this red black tree.
| |
Count |
Gets the number of nodes contained in this red-black tree.
| |
IsReadOnly |
Gets a value indicating whether this instance is read only.
In a RedBlackTreeT, this returns false.
| |
Root |
Gets the root node of this tree.
(Inherited from BinaryTreeTNode.) |