DocumentNodeDictionary TKey, TValue  Remove Method (TKey) TIBCO Spotfire 6.0 API Reference
Removes the element with the specified key from the IDictionary TKey, TValue .

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool Remove(
	TKey key
)

Parameters

key
Type: TKey
The key of the element to remove.

Return Value

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

Implements

IDictionary TKey, TValue  Remove(TKey)
Exceptions

ExceptionCondition
System ArgumentNullExceptionkey is null.
See Also