This documentation is archived and is not being maintained.
AdapterDictionary Methods
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The AdapterDictionary 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. (Inherited from OrderedDictionary.) |
|
AsReadOnly | Returns a read-only copy of the current OrderedDictionary collection. (Inherited from OrderedDictionary.) |
|
Clear | Removes all elements from the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
|
Contains | Determines whether the OrderedDictionary collection contains a specific key. (Inherited from OrderedDictionary.) |
|
CopyTo | Copies the OrderedDictionary elements to a one-dimensional Array object at the specified index. (Inherited from OrderedDictionary.) |
|
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. (Inherited from OrderedDictionary.) |
|
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. (Inherited from OrderedDictionary.) |
|
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. (Inherited from OrderedDictionary.) |
|
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. (Inherited from OrderedDictionary.) |
|
Remove | Removes the entry with the specified key from the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
|
RemoveAt | Removes the entry at the specified index from the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IDeserializationCallback::OnDeserialization | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. (Inherited from OrderedDictionary.) |
|
IEnumerable::GetEnumerator | Infrastructure. Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
Show: