Click or drag to resize

SortedDictionary Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodSortedDictionary
Initializes a new instance of the SortedDictionary class that is empty, has the default initial capacity, and is sorted according to the IComparable interface implemented by each key added to the SortedDictionary object.
Public methodSortedDictionary(IComparer)
Initializes a new instance of the SortedDictionary class that is empty, has the default initial capacity, and is sorted according to the specified IComparer interface.
Public methodSortedDictionary(IDictionary)
Initializes a new instance of the SortedDictionary class that contains elements copied from the specified dictionary, has the same initial capacity as the number of elements copied, and is sorted according to the IComparable interface implemented by each key.
Public methodSortedDictionary(Int32)
Initializes a new instance of the SortedDictionary class that is empty, has the specified initial capacity, and is sorted according to the IComparable interface implemented by each key added to the SortedDictionary object.
Public methodSortedDictionary(IComparer, Int32)
Initializes a new instance of the SortedDictionary class that is empty, has the specified initial capacity, and is sorted according to the specified IComparer interface.
Public methodSortedDictionary(IDictionary, IComparer)
Initializes a new instance of the SortedDictionary class that contains elements copied from the specified dictionary, has the same initial capacity as the number of elements copied, and is sorted according to the specified IComparer interface.
Protected methodSortedDictionary(SerializationInfo, StreamingContext)
Initializes a new instance of the SortedDictionary class that is serializable using the specified SerializationInfo and StreamingContext objects.
Top
See Also