C# 클래스 TicTacToeGameUtil.TicTacToeGame

상속: TicTacToeGameBasic
파일 보기 프로젝트 열기: DXFrance/OfficeTicTacToe 1 사용 예제들

공개 메소드들

메소드 설명
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