Click or drag to resize
GamestateHistory Field
Contains all previous Board objects so that a move can be undone.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private Dictionary<int, Board> stateHistory

Field Value

Type: DictionaryInt32, Board
See Also