IDictionary<TKey, TValue>.Remove Method
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Remove(T) | Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<T>.) |
|
Remove(TKey) | Removes the element with the specified key from the IDictionary<TKey, TValue>. |