Click or drag to resize
OrderedDictionaryTKey, TValueViewRemove Method (TKey)
Removes the key (and associated value) from the underlying dictionary of this view. that is equal to the passed in key. If no key in the view is equal to the passed key, the dictionary and view are unchanged.

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 found and removed. False if the key was not found.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also