ComArray.Remove

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 Remove(object indexOrKey)

Return Value

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