ComArray.SetItem

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)

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, 2025 • Updated: 2025-03-12
Comment or report problem with topic