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