C# Class DayNight.Cell

Afficher le fichier Open project: stonemonkey/Internship2013

Méthodes publiques

Méthode Description
Cell ( int x, int y, States s ) : System.Collections.Generic
GetNumberOfNeighbours ( ) : int
SetNumberOfNeighbours ( List list ) : void

Method Details

Cell() public méthode

public Cell ( int x, int y, States s ) : System.Collections.Generic
x int
y int
s States
Résultat System.Collections.Generic

GetNumberOfNeighbours() public méthode

public GetNumberOfNeighbours ( ) : int
Résultat int

SetNumberOfNeighbours() public méthode

public SetNumberOfNeighbours ( List list ) : void
list List
Résultat void