Property this
this[int]
Gets the card at the specified index.
public CardPanelItem this[int index] { get; }
Parameters
index
intThe zero-based index of the card to get.
Property Value
- CardPanelItem
The card at the specified index.
Gets the card at the specified index.
public CardPanelItem this[int index] { get; }
index
intThe zero-based index of the card to get.
The card at the specified index.