ComArray.RemoveItem
Removes an item from the collection.
Depending on the item is a List style item (Array, List, HashSet, simple Collections) or a Key Value type collection (Dictionary or custom key value collections like StringCollection), you specify an index (lists), value (Hash tables/collections), or a key (Dictionary).
public bool RemoveItem(object indexOrKey)
true or false
Parameters
indexOrKey
0 based list index or value for a Hash table, or a key to a collection/dictionary
See also
Class ComArray© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic