Table of Contents

Method CloneStructure

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

CloneStructure<TNewCell>()

Returns a grid with exactly the same structure, but potentially holding elements of a different type.

IGrid<TPoint, TNewCell> CloneStructure<TNewCell>()

Returns

IGrid<TPoint, TNewCell>

Cloned Grid.

Type Parameters

TNewCell