Click or drag to resize
BoardGetBoard Method
Returns the array containing the board data.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Square[,] GetBoard()

Return Value

Type: Square
board
See Also