ComArray.AddItem

Adds an item to the internal list, array or single item collection.

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

public bool AddItem(object item)

Return Value

true or false

Parameters

item
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