Click or drag to resize
MultiDictionaryTKey, TValueRemove Method (TKey)
Removes a key and all associated values from the dictionary. If the key is not present in the dictionary, it is unchanged and false is returned.

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

Parameters

key
Type: TKey
The key to remove.

Return Value

Type: Boolean
True if the key was present and was removed. Returns false if the key was not present.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also