PaletteListBase Members
In This Article
#Constructors
Name | Description |
---|---|
Palette |
Initializes a new instance of the Palette |
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the capacity of a Sorted |
Count |
Gets the number of elements contained in a Sorted |
Is |
Gets a value indicating whether a Sorted |
Is |
Gets a value indicating whether a Sorted |
Is |
Gets a value indicating whether access to a Sorted |
Item[Object] |
Gets or sets the value associated with a specific key in a Sorted |
Item[String] | Provides access to individual palettes in the list by their names. |
Keys |
Gets the keys in a Sorted |
Sync |
Gets an object that can be used to synchronize access to a Sorted |
Values |
Gets the values in a Sorted |
#Methods
Name | Description |
---|---|
Add |
Adds an element with the specified key and value to a Sorted |
Clear() |
Removes all elements from a Sorted |
Clone() |
Creates a shallow copy of a Sorted |
Contains |
Determines whether a Sorted |
Contains |
Determines whether a Sorted |
Contains |
Determines whether a Sorted |
Copy |
Copies Sorted |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the value at the specified index of a Sorted |
Get |
Returns an IDictionary |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the key at the specified index of a Sorted |
Get |
Gets the keys in a Sorted |
Get |
Returns an array of localized palette names. |
Get |
Returns an array of strings that are the names of custom palettes within the chart. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Gets the values in a Sorted |
Index |
Returns the zero-based index of the specified key in a Sorted |
Index |
Returns the zero-based index of the first occurrence of the specified value in a Sorted |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the element with the specified key from a Sorted |
Remove |
Removes the element at the specified index of a Sorted |
Set |
Replaces the value at a specific index in a Sorted |
Synchronized |
Returns a synchronized (thread-safe) wrapper for a Sorted |
IEnumerable. |
Returns an IEnumerator that iterates through the Sorted |
To |
Returns a string that represents the current object. Inherited from Object. |
Trim |
Sets the capacity to the actual number of elements in a Sorted |
See Also