Click or drag to resize

aceDictionaryCollectionTAdd Method (String, T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.collection
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	string key,
	T value
)
Request Example View Source

Parameters

key
Type: SystemString
The object to use as the key of the element to add.
value
Type: T
The object to use as the value of the element to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
See Also