Click or drag to resize
Node Constructor (Board)
Constructs a new Node. This constructor is used to form the root of the Node tree.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Node(
	Board board
)

Parameters

board
Type: VikingChess.ModelBoard
The Board object to store.
See Also