IDictionary<(Of <(<'TKey, TValue>)>)>..::..Remove Method
Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- key
- Type: TKey
The key of the element to remove.
Return Value
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original IDictionary<(Of <(<'TKey, TValue>)>)>.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | key is null. |
System..::..NotSupportedException | The IDictionary<(Of <(<'TKey, TValue>)>)> is read-only. |