Click or drag to resize

SortedSetBaseKey Methods

The SortedSetBaseKey generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add item to this sorted set.
Public methodClear
Remove all items from this set.
Public methodContains
Checks if this sorted set contains the item
Public methodCopyTo
Copy items in this sorted set to array, starting at arrayIndex
Public methodIndexOf
Get the index of a given key
Public methodRemove
Remove item from this set
Public methodRemoveWhere
Remove elements that match specified predicate. Returns the number of elements removed
Public methodTryGetValue
Gets the value associated with the specified key.
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also