Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The SortedDictionary type exposes the following members.

Properties

  NameDescription
Public propertyCapacity
Gets or sets the capacity of a SortedList object.
(Inherited from SortedList.)
Public propertyComparer
Return the IComparer associated with this SortedDictionary.
Public propertyCount
Gets the number of elements contained in the ICollection.
(Overrides SortedList..::..Count.)
Public propertyIsFixedSize
Gets a value indicating whether a SortedList object has a fixed size.
(Inherited from SortedList.)
Protected propertyIsNullValueSet
Returns true is the value for the null key is set, false otherwise.
Public propertyIsReadOnly
Gets a value indicating whether a SortedList object is read-only.
(Inherited from SortedList.)
Public propertyIsSynchronized
Gets a value indicating whether access to a SortedList object is synchronized (thread safe).
(Inherited from SortedList.)
Public propertyItem
Gets or sets the element with the specified key.
(Overrides SortedList..::..Item[([( Object])]) .)
Public propertyKeys
Gets an ICollection object containing the keys of this dictionary.
(Overrides SortedList..::..Keys.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to a SortedList object.
(Inherited from SortedList.)
Public propertyValues
Gets an ICollection object containing the values in this dictionary.
(Overrides SortedList..::..Values.)

See Also