C# 클래스 MineSweeper.SetValuesMathod

상속: CellAroundMethod
파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
SetValuesMathod ( GameCell field ) : System

보호된 메소드들

메소드 설명
Condition ( Cell currentCell, Cell neighbourCell ) : bool
ConditionalAction ( Cell currentCell, Cell neighbourCell ) : void
NeedCheckNeighbors ( Cell currentCell ) : bool
UnconditionalAction ( Cell currentCell ) : void

메소드 상세

Condition() 보호된 메소드

protected Condition ( Cell currentCell, Cell neighbourCell ) : bool
currentCell Cell
neighbourCell Cell
리턴 bool

ConditionalAction() 보호된 메소드

protected ConditionalAction ( Cell currentCell, Cell neighbourCell ) : void
currentCell Cell
neighbourCell Cell
리턴 void

NeedCheckNeighbors() 보호된 메소드

protected NeedCheckNeighbors ( Cell currentCell ) : bool
currentCell Cell
리턴 bool

SetValuesMathod() 공개 메소드

public SetValuesMathod ( GameCell field ) : System
field GameCell
리턴 System

UnconditionalAction() 보호된 메소드

protected UnconditionalAction ( Cell currentCell ) : void
currentCell Cell
리턴 void