Свойство | Type | Description | |
---|---|---|---|
Height | int |
Méthode | Description | |
---|---|---|
CellAroundMethod ( int height, int width ) : System | ||
CellCalculation ( |
Méthode | Description | |
---|---|---|
Condition ( |
||
ConditionalAction ( |
||
NeedCheckNeighbors ( |
||
UnconditionalAction ( |
public CellAroundMethod ( int height, int width ) : System | ||
height | int | |
width | int | |
Résultat | System |
public CellCalculation ( |
||
currentCell | ||
Résultat | void |
protected abstract Condition ( |
||
currentCell | ||
neighbourCell | ||
Résultat | bool |
protected abstract ConditionalAction ( |
||
currentCell | ||
neighbourCell | ||
Résultat | void |
protected abstract NeedCheckNeighbors ( |
||
currentCell | ||
Résultat | bool |
protected abstract UnconditionalAction ( |
||
currentCell | ||
Résultat | void |