IRegionTKey, TValueRemove Method |
Name | Description | |
---|---|---|
![]() | Remove(KeyValuePairTKey, TValue) | |
![]() | Remove(TKey) |
Removes the element with the specified key from the IDictionary.
|
![]() | Remove(TKey, Object) |
Removes the entry with the specified key, passing the callback
argument to any cache writers that are invoked in the operation.
|
![]() | Remove(TKey, TValue, Object) |
Removes the entry with the specified key and value, passing the callback
argument to any cache writers that are invoked in the operation.
|