Table of Contents

Struct PointCellPair<TPoint, TCell>

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Simple struct that holds a read-only TPoint and TCell. This is the type over which grids are enumerable.

public struct PointCellPair<TPoint, TCell>

Type Parameters

TPoint

Type of the Point.

TCell

Type of the Cell.

Inherited Members

Remarks

This class exists so that a grid mimics the implementation of Dictionary<TKey, TValue> and should only seldomly be useful.

Constructors

PointCellPair(TPoint, TCell)

Initializes a new instance of the PointCellPair<TPoint, TCell> struct.

Fields

Cell
Point