C# Class Minesweeper.Core.MineArea

A basic implementation of the IMineArea interface.
Inheritance: IMineArea
Show file Open project: jaegerpicker/CantonSoftwareMentorship Class Usage Examples

Public Methods

Method Description
MineArea ( int row, int col, bool mine = false ) : System

Method Details

MineArea() public method

public MineArea ( int row, int col, bool mine = false ) : System
row int
col int
mine bool
return System