Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<Tile>) | |
Item | Overloaded. Gets the first Tile with the specified name in the collection. |
The following tables list the members exposed by TileCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<Tile>) | |
Item | Overloaded. Gets the first Tile with the specified name in the collection. |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<Tile>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<Tile>) | |
Clear | Overloaded. Removes all tiles from the collection, then disposes the tiles. | |
Contains | Overloaded. Determines whether this collection contains a Tile with the specified name. | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Tile>) | |
IndexOf | Overloaded. Determines index of the first Tile with the specified name in the collection. | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<Tile>) | |
Remove | Overloaded. Removes the first occurrence of the Tile with the specified name from the collection. | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Tile>) |
Name | Description | |
---|---|---|
ClearItems | Overridden. Removes all items from the TileCollection. | |
InsertItem | Overridden. Inserts a Tile into the TileCollection at the specified index. | |
RemoveItem | Overridden. Removes the item at the specified index of the TileCollection. | |
SetItem | Overridden. Replaces the Tile at the specified index. |