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