Method Remove
Remove(TKey)
Attempts to remove and return the value that has the specified key from the ditionary.
public bool Remove(TKey key)
Parameters
key
TKeyThe key of the element to remove.
Returns
- bool
True if the object was removed successfully; otherwise, False.