Constructor Grid3
Grid3(IExplicitShape<GridPoint3>)
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 Grid3(IExplicitShape<GridPoint3> shape)
Parameters
shape
IExplicitShape<GridPoint3>The shape of this grid.