Constructor Grid2
Grid2(IExplicitShape<GridPoint2>)
Initializes a new instance of the Grid1<TCell> class with the specified
shape. Cells are not initialized, they have the default value of type TCell
.
public Grid2(IExplicitShape<GridPoint2> shape)
Parameters
shape
IExplicitShape<GridPoint2>The shape of this grid.