Updates a value to an existing collection or list item by int index for lists, or a key or value for dictionaries/collections
public bool SetItem(object indexOrKey, object value)
Return Value
true or false
Parameters
indexOrKey
int 0 based index or any type for key on collections/dictionaries
value
See also:
Class ComArray© West Wind Technologies, 1996-2024 • Updated: 10/21/22
Comment or report problem with topic