Свойство | Тип | Описание | |
---|---|---|---|
Height | int |
Метод | Описание | |
---|---|---|
CellAroundMethod ( int height, int width ) : System | ||
CellCalculation ( |
Метод | Описание | |
---|---|---|
Condition ( |
||
ConditionalAction ( |
||
NeedCheckNeighbors ( |
||
UnconditionalAction ( |
public CellAroundMethod ( int height, int width ) : System | ||
height | int | |
width | int | |
Результат | System |
public CellCalculation ( |
||
currentCell | ||
Результат | void |
protected abstract Condition ( |
||
currentCell | ||
neighbourCell | ||
Результат | bool |
protected abstract ConditionalAction ( |
||
currentCell | ||
neighbourCell | ||
Результат | void |
protected abstract NeedCheckNeighbors ( |
||
currentCell | ||
Результат | bool |
protected abstract UnconditionalAction ( |
||
currentCell | ||
Результат | void |