ChessApplication.SearchNBestEngine.SearchNBestEngine Function
Deserialization constructor of a SearchNBestEngine.
Public void SearchNBestEngine (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.SearchNBestEngine.#ctor(ChessBoard,Stack) ChessApplication.SearchNBestEngine.#ctor(ChessBoard,Stack,2,2)