remove
Description:
Removes key-value pair in the dictionary as per key.
Parameters:
this |
instance of Dictionary |
key |
key which needs to be removed from the dictionary |
Returns:
true if successful, false otherwise. |