Click or drag to resize

instanceCountCollectionTAddInstance Method (Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an element with the provided key and value to the IDictionary object.

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

Parameters

key
Type: SystemObject
The Object to use as the key of the element to add.
value
Type: SystemObject
The Object to use as the value of the element to add.
See Also