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
indexintIndex of the item.
valueTItemNew item value.