Click or drag to resize
NodeGetBoard Method
Returns the Board object contained in this Node.

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

Return Value

Type: Board
The Board contained in this Node
See Also