Method SetItem
SetItem(int, TItem)
Sets item with the specified index. This methods is called from all other methods that change the item.
void SetItem(int index, TItem value)
Parameters
indexintIndex of the item.
valueTItemNew item value.
Sets item with the specified index. This methods is called from all other methods that change the item.
void SetItem(int index, TItem value)
index intIndex of the item.
value TItemNew item value.