Parameters
- key
- The key of the element to remove.
Return Value
true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the Dictionary.
Exception | Description |
---|---|
System.ArgumentNullException | key is null. |