ComArray.AddItem

Adds an item to the internal item only Collections - ie. Arrays, Lists, HashSets, custom Collections.

For Dictionaries use AddDictionaryItem().

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-2022 • Updated: 10/21/22
Comment or report problem with topic