OrderedDictionary Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object, Object) | Adds an entry with the specified key and value into the OrderedDictionary collection with the lowest available index. |
![]() | AsReadOnly() | Returns a read-only copy of the current OrderedDictionary collection. |
![]() | Clear() | Removes all elements from the OrderedDictionary collection. |
![]() | Contains(Object) | Determines whether the OrderedDictionary collection contains a specific key. |
![]() | CopyTo(Array, Int32) | Copies the OrderedDictionary elements to a one-dimensional Array object at the specified index. |
![]() | 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.) |
![]() | GetEnumerator() | Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | Implements the ISerializable interface and returns the data needed to serialize the OrderedDictionary collection. |
![]() | GetType() | |
![]() | Insert(Int32, Object, Object) | Inserts a new entry into the OrderedDictionary collection with the specified key and value at the specified index. |
![]() | MemberwiseClone() | |
![]() | OnDeserialization(Object) | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. |
![]() | Remove(Object) | Removes the entry with the specified key from the OrderedDictionary collection. |
![]() | RemoveAt(Int32) | Removes the entry at the specified index from the OrderedDictionary collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from 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() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. |
![]() ![]() | IDeserializationCallback.OnDeserialization(Object) | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. |



