Table of Contents

Constructor Grid1

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Grid1(IExplicitShape<int>)

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 Grid1(IExplicitShape<int> shape)

Parameters

shape IExplicitShape<int>

The shape of this grid.