SortedList Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object^, Object^) | Adds an element with the specified key and value to a SortedList object. |
![]() | 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^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from 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. (Inherited from Object.) |
![]() | GetKey(Int32) | Gets the key at the specified index of a SortedList object. |
![]() | GetKeyList() | Gets the keys in a SortedList object. |
![]() | GetType() | |
![]() | 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() | |
![]() | Remove(Object^) | Removes the element with the specified key from a SortedList object. |
![]() | RemoveAt(Int32) | Removes the element at the specified index of a SortedList object. |
![]() | SetByIndex(Int32, Object^) | Replaces the value at a specific index in a SortedList object. |
![]() ![]() | Synchronized(SortedList^) | Returns a synchronized (thread-safe) wrapper for a SortedList object. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TrimToSize() | Sets the capacity to the actual number of elements in a SortedList object. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Returns an IEnumerator that iterates through the SortedList. |




