Add(Object, Object)
|
Adds an element with the specified key and value to a SortedList object.
|
Add(String, Palette)
|
Adds the palette with the specified name to the repository.
|
Clear()
|
Removes all elements from a SortedList object.
|
Clone()
|
Creates a shallow copy of a SortedList object.
|
Contains(Object)
|
Determines whether a SortedList object contains a specific key.
|
ContainsKey(Object)
|
Determines whether a SortedList object contains a specific key.
|
ContainsValue(Object)
|
Determines whether a SortedList object contains a specific value.
|
CopyTo(Array, Int32)
|
Copies SortedList elements to a one-dimensional Array object, starting at the specified index in the array.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetByIndex(Int32)
|
Gets the value at the specified index of a SortedList object.
|
GetEnumerator()
|
Returns an IDictionaryEnumerator object that iterates through a SortedList object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetKey(Int32)
|
Gets the key at the specified index of a SortedList object.
|
GetKeyList()
|
Gets the keys in a SortedList object.
|
GetLocalizedPaletteNames()
|
Returns an array of localized palette names.
|
GetPaletteNames()
|
Returns an array of strings that are the names of custom palettes within the chart.
|
GetType()
|
Gets the Type of the current instance.
|
GetValueList()
|
Gets the values in a SortedList object.
|
IndexOfKey(Object)
|
Returns the zero-based index of the specified key in a SortedList object.
|
IndexOfValue(Object)
|
Returns the zero-based index of the first occurrence of the specified value in a SortedList object.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RegisterPalette(Palette)
|
Performs a check and adds the specified palette to the repository.
|
RegisterPalette(String, Palette)
|
Obsolete. Adds the specified palette with the specified name to the repository.
|
Remove(Object)
|
Removes the element with the specified key.
|
RemoveAt(Int32)
|
Removes the element at the specified index of the PaletteRepository instance.
|
SetByIndex(Int32, Object)
|
Replaces the value at a specific index in a SortedList object.
|
Synchronized(SortedList)
static
|
Returns a synchronized (thread-safe) wrapper for a SortedList object.
|
IEnumerable.GetEnumerator()
|
Returns an IEnumerator that iterates through the SortedList.
|
ToString()
|
Returns a string that represents the current object.
|
TrimToSize()
|
Sets the capacity to the actual number of elements in a SortedList object.
|