RankedSetT Properties |
The RankedSetT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the order of the underlying B+ tree structure. (Inherited from BtreeT.) | |
| Comparer | Returns a wrapper of the method used to order items in the set. | |
| Count | Gets the number of items in the set. | |
| Max | Gets the maximum item in the set per the comparer. | |
| Min | Gets the minimum item in the set per the comparer. |
| Name | Description | |
|---|---|---|
| ICollectionTIsReadOnly | Indicates that the collection is not read-only. | |
| ICollectionIsSynchronized | Indicates that the collection is not thread safe. | |
| ICollectionSyncRoot | Gets an object that can be used to synchronize access to the collection. |