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
indexintItem 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.