Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Thoughtology
GameOfLife
Web
Models
Cell
C# Class Thoughtology.GameOfLife.Web.Models.Cell
显示文件
Open project: ecampidoglio/gameoflife
Public Methods
Method
Description
Cell
(
bool
alive
= false,
byte
neighbours
)
Kill
( ) :
void
Method Details
Cell()
public
method
public
Cell
(
bool
alive
= false,
byte
neighbours
)
alive
bool
neighbours
byte
Kill()
public
method
public
Kill
( ) :
void
return
void