Click or drag to resize

aceDictionaryLetterIndexSetTAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the item

Namespace:  imbSCI.Data.collection.nested
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public virtual void Add(
	string key,
	T item,
	bool allowReplace = false
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
item
Type: T
The item.
allowReplace (Optional)
Type: SystemBoolean
if set to true [check for duplicates].
See Also