Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The SortedDictionary type exposes the following members.

Properties

  NameDescription
Capacity
Gets or sets the capacity of a SortedList object.
(Inherited from SortedList.)
Comparer
Return the IComparer associated with this SortedDictionary.
Count
Gets the number of elements contained in the ICollection.
(Overrides SortedList..::.Count.)
IsFixedSize
Gets a value indicating whether a SortedList object has a fixed size.
(Inherited from SortedList.)
IsNullValueSet
Returns true is the value for the null key is set, false otherwise.
IsReadOnly
Gets a value indicating whether a SortedList object is read-only.
(Inherited from SortedList.)
IsSynchronized
Gets a value indicating whether access to a SortedList object is synchronized (thread safe).
(Inherited from SortedList.)
Item
Gets or sets the element with the specified key.
(Overrides SortedList..::.Item[([(Object])]).)
Keys
Gets an ICollection object containing the keys of this dictionary.
(Overrides SortedList..::.Keys.)
SyncRoot
Gets an object that can be used to synchronize access to a SortedList object.
(Inherited from SortedList.)
Values
Gets an ICollection object containing the values in this dictionary.
(Overrides SortedList..::.Values.)

See Also