Click or drag to resize
DictionaryBaseTKey, TValueRemove Method (TKey)
Removes a key from the dictionary. This method must be overridden in the derived class.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract bool Remove(
	TKey key
)

Parameters

key
Type: TKey
Key to remove from the dictionary.

Return Value

Type: Boolean
True if the key was found, false otherwise.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also