Method CloneStructure
CloneStructure<TNewCell>()
Returns a grid with exactly the same structure, but potentially holding elements of a different type.
public override IGrid<int, TNewCell> CloneStructure<TNewCell>()
Returns
Type Parameters
TNewCell