Add (inherited from SortedList) | Overloaded. Adds an element with the specified key and value to
the SortedList. |
Add | Overloaded.
Add a new Symbology element to this collection
|
Clear (inherited from SortedList) | Removes all elements from the SortedList. |
Clone |
Returns an exact copy of this collection
|
Contains (inherited from SortedList) | Determines whether the SortedList contains a specific key. |
ContainsKey (inherited from SortedList) | Determines whether the SortedList contains a specific key. |
ContainsValue (inherited from SortedList) | Determines whether the SortedList contains a specific value. |
CopyTo (inherited from SortedList) | Copies the SortedList elements to a one-dimensional Array instance at the
specified index. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetByIndex (inherited from SortedList) | Gets the value at the specified index of the SortedList. |
GetEnumerator (inherited from SortedList) | Returns an IDictionaryEnumerator that can iterate
through the SortedList. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable
for use in hashing algorithms and data structures like a hash table. |
GetKey (inherited from SortedList) | Gets the key at the specified index of the SortedList. |
GetKeyList (inherited from SortedList) | Gets the keys in the SortedList. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValueList (inherited from SortedList) | Gets the values in the SortedList. |
GetXML |
Returns the XML string of this collection
|
IndexOfKey (inherited from SortedList) | Returns the zero-based index of the specified key in the SortedList. |
IndexOfValue (inherited from SortedList) | Returns the zero-based index of the first occurrence of the specified
value in the SortedList. |
Remove (inherited from SortedList) | Removes the element with the specified key from SortedList. |
RemoveAt (inherited from SortedList) | Removes the element at the specified index of SortedList. |
SetByIndex (inherited from SortedList) | Replaces the value at a specific index in the SortedList. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
TrimToSize (inherited from SortedList) | Sets the capacity to the actual number of elements in the SortedList. |