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