Removes the element with the specified key from the IDictionary`2.
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original IDictionary`2.
IDictionary<TKey, TValue>.Remove
| Exception Type | Condition |
|---|---|
| ArgumentNullException | key is null. |
| NotSupportedException | The IDictionary`2 is read-only. |
DictionaryBase<TKey, TValue> Class | ComponentOwl.BetterListView Namespace | DictionaryBase<TKey, TValue>.Remove Overload List