IOrderedDictionary Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object, Object) | 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(Object) | Determines whether the IDictionary object contains an element with the specified key.(Inherited from IDictionary.) |
![]() | CopyTo(Array, Int32) | Copies the elements of the ICollection to an Array, starting at a particular Array index.(Inherited from ICollection.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the IOrderedDictionary collection. |
![]() | Insert(Int32, Object, Object) | Inserts a key/value pair into the collection at the specified index. |
![]() | Remove(Object) | Removes the element with the specified key from the IDictionary object.(Inherited from IDictionary.) |
![]() | RemoveAt(Int32) | Removes the element at the specified index. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast(Of TResult)() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType(Of TResult)() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
