Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Minesweeper
Core
MineArea
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