Click or drag to resize
Board Constructor (Int32, String)
Constructor. Makes a new board object of the specified size

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Board(
	int size,
	string gameType
)

Parameters

size
Type: SystemInt32
The size of the Board.
gameType
Type: SystemString
gameType
See Also