C# 클래스 Minesweeper.Board

파일 보기 프로젝트 열기: ajlopez/TddRocks 1 사용 예제들

공개 메소드들

메소드 설명
Board ( int nrows, int ncols ) : System
SetClick ( int nr, int nc ) : void
SetEmpty ( int nr, int nc ) : void
SetEmptyCell ( int nr, int nc ) : void
ToLines ( ) : IList

비공개 메소드들

메소드 설명
ToLine ( int nrow ) : string

메소드 상세

Board() 공개 메소드

public Board ( int nrows, int ncols ) : System
nrows int
ncols int
리턴 System

SetClick() 공개 메소드

public SetClick ( int nr, int nc ) : void
nr int
nc int
리턴 void

SetEmpty() 공개 메소드

public SetEmpty ( int nr, int nc ) : void
nr int
nc int
리턴 void

SetEmptyCell() 공개 메소드

public SetEmptyCell ( int nr, int nc ) : void
nr int
nc int
리턴 void

ToLines() 공개 메소드

public ToLines ( ) : IList
리턴 IList