Click or drag to resize
IRegionTKey, TValueRemove Method
Overload List
  NameDescription
Public methodRemove(KeyValuePairTKey, TValue)
Public methodRemove(TKey)
Removes the element with the specified key from the IDictionary.
Public methodRemove(TKey, Object)
Removes the entry with the specified key, passing the callback argument to any cache writers that are invoked in the operation.
Public methodRemove(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.
Top
See Also