Method RemoveValue
RemoveValue(TKey, TValue)
Called when the dictionary is about to remove the key/value pair provided, return true to allow it's removal, or false to prevent it from being removed.
Declaration
bool RemoveValue(TKey key, TValue value)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | |
TValue | value |
Returns
Type | Description |
---|---|
System.Boolean |