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