InsertItem Method (TileCollection)
In This Topic
Inserts a
Tile into the
TileCollection at the specified index.
Syntax
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As Integer, _
ByVal As Tile _
)
protected override void InsertItem(
int ,
Tile
)
Parameters
- index
- tile
See Also