DictionaryBase Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Clear() | Clears the contents of the DictionaryBase instance. |
![]() | CopyTo(Array^, Int32) | Copies the DictionaryBase elements to a one-dimensional Array 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 that iterates through the DictionaryBase instance. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnClear() | Performs additional custom processes before clearing the contents of the DictionaryBase instance. |
![]() | OnClearComplete() | Performs additional custom processes after clearing the contents of the DictionaryBase instance. |
![]() | OnGet(Object^, Object^) | Gets the element with the specified key and value in the DictionaryBase instance. |
![]() | OnInsert(Object^, Object^) | Performs additional custom processes before inserting a new element into the DictionaryBase instance. |
![]() | OnInsertComplete(Object^, Object^) | Performs additional custom processes after inserting a new element into the DictionaryBase instance. |
![]() | OnRemove(Object^, Object^) | Performs additional custom processes before removing an element from the DictionaryBase instance. |
![]() | OnRemoveComplete(Object^, Object^) | Performs additional custom processes after removing an element from the DictionaryBase instance. |
![]() | OnSet(Object^, Object^, Object^) | Performs additional custom processes before setting a value in the DictionaryBase instance. |
![]() | OnSetComplete(Object^, Object^, Object^) | Performs additional custom processes after setting a value in the DictionaryBase instance. |
![]() | OnValidate(Object^, Object^) | Performs additional custom processes when validating the element with the specified key and value. |
![]() | 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 | |
|---|---|---|
![]() ![]() | IDictionary::Add(Object^, Object^) | Adds an element with the specified key and value into the DictionaryBase. |
![]() ![]() | IDictionary::Contains(Object^) | Determines whether the DictionaryBase contains a specific key. |
![]() ![]() | IDictionary::Remove(Object^) | Removes the element with the specified key from the DictionaryBase. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an IEnumerator that iterates through the DictionaryBase. |



