Click or drag to resize

SortedSetBaseKey Properties

The SortedSetBaseKey generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer
Gets the IComparer that is used to determine the order of the items in the sorted set
Public propertyCount
Number of elements in this SortedSetBase
Public propertyIsEmpty
Returns true if 0 elements are in the set.
Public propertyIsReadOnly
Returns false
Public propertyItem
Given a lookup key, returns the corresponding key within the collection or null if not found
Public propertyKeys
Gets the internal list of NodeKeys
Top
See Also