Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<Tile> GetEnumerator()
Returns
- IEnumerator<Tile>
An enumerator that can be used to iterate through the collection.
Returns an enumerator that iterates through the collection.
public IEnumerator<Tile> GetEnumerator()
An enumerator that can be used to iterate through the collection.