Table of Contents

Property Cells

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Cells

Returns all the cells of this grid, that is, the values associated with all points in the grid.

IEnumerable<TCell> Cells { get; }

Property Value

IEnumerable<TCell>

The cells.