Overload List
| Name | Description | |
|---|---|---|
| Remove(KeyValuePair TKey, TValue ) |
Remove the specified entry from this dictionary.
Returns true if the specified entry is successfully removed.
| |
| Remove(TKey) |
Remove the specified entry from this dictionary.
Returns true if the specified entry is successfully removed.
|
See Also