C# Class Thoughtology.GameOfLife.Web.Models.Cell

Afficher le fichier Open project: ecampidoglio/gameoflife

Méthodes publiques

Méthode Description
Cell ( bool alive = false, byte neighbours )
Kill ( ) : void

Method Details

Cell() public méthode

public Cell ( bool alive = false, byte neighbours )
alive bool
neighbours byte

Kill() public méthode

public Kill ( ) : void
Résultat void