Table of Contents

Method Clone

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Clone<TPoint, TCell>(IGrid<TPoint, TCell>)

Returns a shallow copy of the given grid.

public static IGrid<TPoint, TCell> Clone<TPoint, TCell>(this IGrid<TPoint, TCell> grid)

Parameters

grid IGrid<TPoint, TCell>

Returns

IGrid<TPoint, TCell>

Type Parameters

TPoint
TCell