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