C# Class MineSweeper.GameCell

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Свойство Type Description
IsMine bool
Value int

Property Details

IsMine public_oe property

public bool IsMine
Résultat bool

Value public_oe property

public int Value
Résultat int