C# Class MineSweeper.Cell

Datei anzeigen Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
Row int

Public Methods

Method Description
Cell ( int row, int column ) : System

Method Details

Cell() public method

public Cell ( int row, int column ) : System
row int
column int
return System

Property Details

Row public_oe property

public int Row
return int