Method GetItem
GetItem(int)
Gets item with the specified index. This methods is called from all other methods that request the item.
public virtual object? GetItem(int index)
Parameters
index
intItem index.
Gets item with the specified index. This methods is called from all other methods that request the item.
public virtual object? GetItem(int index)
index
intItem index.