C# Class MineSweeper.GameCell

Show file Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
IsMine bool
Value int

Property Details

IsMine public property

public bool IsMine
return bool

Value public property

public int Value
return int