C# 클래스 Sudoque.Game.Engine.Cell

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

공개 메소드들

메소드 설명
Cell ( Sudoque.Game.Engine.CellId id ) : System.Collections.Generic
ChangeMode ( Mode mode ) : void
Copy ( ) : Cell
RemovePotential ( int number ) : void
RequestToggleNumber ( int number ) : void
ToString ( ) : string

메소드 상세

Cell() 공개 메소드

public Cell ( Sudoque.Game.Engine.CellId id ) : System.Collections.Generic
id Sudoque.Game.Engine.CellId
리턴 System.Collections.Generic

ChangeMode() 공개 메소드

public ChangeMode ( Mode mode ) : void
mode Mode
리턴 void

Copy() 공개 메소드

public Copy ( ) : Cell
리턴 Cell

RemovePotential() 공개 메소드

public RemovePotential ( int number ) : void
number int
리턴 void

RequestToggleNumber() 공개 메소드

public RequestToggleNumber ( int number ) : void
number int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string