Click or drag to resize

aceDictionaryCollectionTAdd Method (KeyValuePairString, 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(
	KeyValuePair<string, T> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairString, T
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
See Also