Click or drag to resize

bagOfWordsAdd Method (String, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified key.

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

Parameters

key
Type: SystemString
The key.
value
Type: SystemObject
The value.
See Also