ChessApplication.SimpleEngine.SimpleEngine Function
Deserialization constructor of a ChessEngine.

Public void SimpleEngine (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.SimpleEngine.#ctor(ChessBoard,Stack) ChessApplication.SimpleEngine.#ctor(ChessBoard,Stack,2)