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)

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