C# Класс MineSweeper.SetValuesMathod

Наследование: CellAroundMethod
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetValuesMathod ( GameCell field ) : System

Защищенные методы

Метод Описание
Condition ( Cell currentCell, Cell neighbourCell ) : bool
ConditionalAction ( Cell currentCell, Cell neighbourCell ) : void
NeedCheckNeighbors ( Cell currentCell ) : bool
UnconditionalAction ( Cell currentCell ) : void

Описание методов

Condition() защищенный Метод

protected Condition ( Cell currentCell, Cell neighbourCell ) : bool
currentCell Cell
neighbourCell Cell
Результат bool

ConditionalAction() защищенный Метод

protected ConditionalAction ( Cell currentCell, Cell neighbourCell ) : void
currentCell Cell
neighbourCell Cell
Результат void

NeedCheckNeighbors() защищенный Метод

protected NeedCheckNeighbors ( Cell currentCell ) : bool
currentCell Cell
Результат bool

SetValuesMathod() публичный Метод

public SetValuesMathod ( GameCell field ) : System
field GameCell
Результат System

UnconditionalAction() защищенный Метод

protected UnconditionalAction ( Cell currentCell ) : void
currentCell Cell
Результат void