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.