Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Minesweeper
Core
Minefield
C# 클래스 Minesweeper.Core.Minefield
A basic implementation of the IMinefield interface, using a two-dimensional array to store the matrix.
상속:
IMinefield
파일 보기
프로젝트 열기: jaegerpicker/CantonSoftwareMentorship
1 사용 예제들
공개 메소드들
메소드
설명
GetArea
(
int
row
,
int
col
) :
IMineArea
Minefield
(
int
width
,
int
height
) :
System
메소드 상세
GetArea()
공개
메소드
public
GetArea
(
int
row
,
int
col
) :
IMineArea
row
int
col
int
리턴
IMineArea
Minefield()
공개
메소드
public
Minefield
(
int
width
,
int
height
) :
System
width
int
height
int
리턴
System