IOrderedDictionary Members
.NET Framework 3.5
Represents an indexed collection of key/value pairs.
The IOrderedDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds an element with the provided key and value to the IDictionary object. (Inherited from IDictionary.) |
|
Clear | Removes all elements from the IDictionary object. (Inherited from IDictionary.) |
|
Contains | Determines whether the IDictionary object contains an element with the specified key. (Inherited from IDictionary.) |
|
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection.) |
|
GetEnumerator | Overloaded. |
|
Insert | Inserts a key/value pair into the collection at the specified index. |
|
Remove | Removes the element with the specified key from the IDictionary object. (Inherited from IDictionary.) |
|
RemoveAt | Removes the element at the specified index. |
| Name | Description | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
|
IsFixedSize | Gets a value indicating whether the IDictionary object has a fixed size. (Inherited from IDictionary.) |
|
IsReadOnly | Gets a value indicating whether the IDictionary object is read-only. (Inherited from IDictionary.) |
|
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
|
Item | Overloaded. |
|
Keys | Gets an ICollection object containing the keys of the IDictionary object. (Inherited from IDictionary.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
|
Values | Gets an ICollection object containing the values in the IDictionary object. (Inherited from IDictionary.) |