C# Класс TicTacToeGameUtil.TicTacToeGame

Наследование: TicTacToeGameBasic
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAllStateSequence ( ) : IEnumerable
GetLastPlayersStateSequence ( ) : IEnumerable
TicTacToeGame ( int fullStateToken ) : System.Collections.Generic
TicTacToeGame ( int stateToken, int nextPlay ) : System.Collections.Generic

Описание методов

GetAllStateSequence() публичный Метод

public GetAllStateSequence ( ) : IEnumerable
Результат IEnumerable

GetLastPlayersStateSequence() публичный Метод

public GetLastPlayersStateSequence ( ) : IEnumerable
Результат IEnumerable

TicTacToeGame() публичный Метод

public TicTacToeGame ( int fullStateToken ) : System.Collections.Generic
fullStateToken int
Результат System.Collections.Generic

TicTacToeGame() публичный Метод

public TicTacToeGame ( int stateToken, int nextPlay ) : System.Collections.Generic
stateToken int
nextPlay int
Результат System.Collections.Generic