OrderedDictionary Methods
.NET Framework 4.5
The OrderedDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | 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 | Determines whether the OrderedDictionary collection contains a specific key. |
|
CopyTo | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the OrderedDictionary collection. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Insert | Inserts a new entry into the OrderedDictionary collection with the specified key and value at the specified index. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnDeserialization | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. |
|
Remove | Removes the entry with the specified key from the OrderedDictionary collection. |
|
RemoveAt | 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 | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
|
AsQueryable | 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 | |
|---|---|---|
|
IDeserializationCallback.OnDeserialization | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. |
|
IEnumerable.GetEnumerator | Infrastructure. Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. |