[]
        
(Showing Draft Content)

C1.Win.C1Tile.TileCollection.InsertItem

InsertItem Method

InsertItem(int, Tile)

Inserts a Tile into the TileCollection at the specified index.

Declaration
protected override void InsertItem(int index, Tile tile)
Parameters
Type Name Description
int index
Tile tile
Overrides