Click or drag to resize

SortedDictionary Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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 SortedListCount.)
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 SortedListItemObject.)
Public propertyKeys
Gets an ICollection object containing the keys of this dictionary.
(Overrides SortedListKeys.)
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 SortedListValues.)
Top
See Also