FileBackedDictionaryTKey, TValue, TKeyElem, TValueElemRemove(TKey) Method

Removes the element with the specified key from the FileBackedDictionaryTKey, TValue.

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.147 -- Release Build+f1f9c0e9f92f995ccf39530a9405eeed9dafd871
public bool Remove(
	TKey key
)

Parameters

key  TKey
The key of the element to remove.

Return Value

Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original FileBackedDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueRemove(TKey)

Exceptions

See Also