West Wind Web Connection
ComArray.Add
Table of Contents
On this page:

ComArray.Add

Adds an item to the internal list or collection/dictionary.

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

public bool Add(object item)

true or false

Parameters

item
an instance of the item to add.

Overloads

public bool AddDictionaryItem(object key, object value)
public bool AddItem(object item)

See also

Class ComArray

© West Wind Technologies, 2025 • updated: Mar 12, 2025
Comment or report problem with topic