Method UpdateValue
UpdateValue(TKey, ref TValue)
Called when the key was found within the dictionary to produce a modified value to update the item to. Return true to continue with the update, or false to prevent the key/value from being updated.
Declaration
bool UpdateValue(TKey key, ref TValue value)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | |
TValue | value |
Returns
Type | Description |
---|---|
System.Boolean |