Click or drag to resize

FileBackedDictionary<TKey, TValue> .Remove Method

Overload List
  Name Description
Public method Remove(TKey) Removes the element with the specified key from the FileBackedDictionary<TKey, TValue>.
Public method Remove(KeyValuePair<TKey, TValue> ) Removes the first occurrence of a specific object from the FileBackedDictionary<TKey, TValue>.
Top
See Also