C# 클래스 DayNight.Cell

파일 보기 프로젝트 열기: stonemonkey/Internship2013

공개 메소드들

메소드 설명
Cell ( int x, int y, States s ) : System.Collections.Generic
GetNumberOfNeighbours ( ) : int
SetNumberOfNeighbours ( List list ) : void

메소드 상세

Cell() 공개 메소드

public Cell ( int x, int y, States s ) : System.Collections.Generic
x int
y int
s States
리턴 System.Collections.Generic

GetNumberOfNeighbours() 공개 메소드

public GetNumberOfNeighbours ( ) : int
리턴 int

SetNumberOfNeighbours() 공개 메소드

public SetNumberOfNeighbours ( List list ) : void
list List
리턴 void