C# Class Minesweeper.MineSweeperGame.Tile

Afficher le fichier Open project: NashXam/minesweeper

Méthodes publiques

Свойство Type Description
col int
row int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Flag ( ) : void
PlaceMine ( ) : void
Question ( ) : void
Tile ( int c, int r ) : System
Uncover ( ) : void
Unflag ( ) : void
isCovered ( ) : bool
isFlagged ( ) : bool
isMine ( ) : bool
isQuestioned ( ) : bool
isUncovered ( ) : bool

Method Details

Flag() public méthode

public Flag ( ) : void
Résultat void

PlaceMine() public méthode

public PlaceMine ( ) : void
Résultat void

Question() public méthode

public Question ( ) : void
Résultat void

Tile() public méthode

public Tile ( int c, int r ) : System
c int
r int
Résultat System

Uncover() public méthode

public Uncover ( ) : void
Résultat void

Unflag() public méthode

public Unflag ( ) : void
Résultat void

isCovered() public méthode

public isCovered ( ) : bool
Résultat bool

isFlagged() public méthode

public isFlagged ( ) : bool
Résultat bool

isMine() public méthode

public isMine ( ) : bool
Résultat bool

isQuestioned() public méthode

public isQuestioned ( ) : bool
Résultat bool

isUncovered() public méthode

public isUncovered ( ) : bool
Résultat bool

Property Details

col public_oe property

public int col
Résultat int

row public_oe property

public int row
Résultat int