C# Class TicTacToeGameUtil.TicTacToeGame

Inheritance: TicTacToeGameBasic
Afficher le fichier Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Méthodes publiques

Méthode Description
GetAllStateSequence ( ) : IEnumerable
GetLastPlayersStateSequence ( ) : IEnumerable
TicTacToeGame ( int fullStateToken ) : System.Collections.Generic
TicTacToeGame ( int stateToken, int nextPlay ) : System.Collections.Generic

Method Details

GetAllStateSequence() public méthode

public GetAllStateSequence ( ) : IEnumerable
Résultat IEnumerable

GetLastPlayersStateSequence() public méthode

public GetLastPlayersStateSequence ( ) : IEnumerable
Résultat IEnumerable

TicTacToeGame() public méthode

public TicTacToeGame ( int fullStateToken ) : System.Collections.Generic
fullStateToken int
Résultat System.Collections.Generic

TicTacToeGame() public méthode

public TicTacToeGame ( int stateToken, int nextPlay ) : System.Collections.Generic
stateToken int
nextPlay int
Résultat System.Collections.Generic