Click or drag to resize

instanceCountCollectionTRemove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the element with the specified key from the IDictionary object.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void Remove(
	Object key
)
Request Example View Source

Parameters

key
Type: SystemObject
The key of the element to remove.
See Also