C# Class Minesweeper.Core.MineArea

A basic implementation of the IMineArea interface.
Inheritance: IMineArea
Afficher le fichier Open project: jaegerpicker/CantonSoftwareMentorship Class Usage Examples

Méthodes publiques

Méthode Description
MineArea ( int row, int col, bool mine = false ) : System

Method Details

MineArea() public méthode

public MineArea ( int row, int col, bool mine = false ) : System
row int
col int
mine bool
Résultat System