Struct CellPosition
public readonly record struct CellPosition : IEquatable<CellPosition>
  - Implements
 
- Inherited Members
 
Constructors
CellPosition(int, int)
public CellPosition(int Row, int Column)
  Parameters
Properties
Column
public int Column { get; init; }
  Property Value
Row
public int Row { get; init; }