Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.
- key (Id)
- The key of the element to remove.
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>)>)>.
| Exception | Condition |
|---|---|
| NotSupportedException | The IDictionary<(Of <(<'TKey, TValue>)>)> is read-only. |
| ArgumentNullException | key is null. |
| NotSupportedException | This instance is immutable |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)