ChessApplication.AlphaBetaEngine.AlphaBetaEngine Function
Deserialization constructor of a ChessEngine.
Public void AlphaBetaEngine (System.Xml.XmlReader, ChessApplication.ChessBoard, System.Collections.Stack)
Type
Name
Description
System.Xml.XmlReader
reader
The XmlReader
ChessBoard
board
The board reference
System.Collections.Stack
boardHistoryStack
The history of the chess game i.e. old ChessBoards
Return
Description
void
Other overloads:
ChessApplication.AlphaBetaEngine.#ctor(ChessBoard,Stack) ChessApplication.AlphaBetaEngine.#ctor(ChessBoard,Stack,2)