| SortedSetBaseKey Properties | 
The SortedSetBaseKey generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Comparer |  
            Gets the IComparer that is used to determine the order of the items in the sorted set
             | 
|  | Count |  
            Number of elements in this SortedSetBase
             | 
|  | IsEmpty | 
            Returns true if 0 elements are in the set.
             | 
|  | IsReadOnly | 
            Returns false
             | 
|  | Item | 
            Given a lookup key, returns the corresponding key within the collection or null if not found
             | 
|  | Keys | 
            Gets the internal list of NodeKeys
             | 
 See Also
See Also