ComArray.AddDictionaryItem

Adds an item to the dictionary by key and value.

The list or collection has to exist or an exception is thrown.

public bool AddDictionaryItem(object key,
	object value)

Return Value

true or false

Parameters

key
Dictionary key used to look up this item.

value
an instance of the item to add.


See also:

Class ComArray

© West Wind Technologies, 1996-2024 • Updated: 10/21/22
Comment or report problem with topic