Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sudoku_Solver
SudokuSolver.Pointx
C# Class Sudoku_Solver.SudokuSolver.Pointx
Show file
Open project: dexxa/SudokuSolver
Public Properties
Property
Type
Description
Filled
System.Boolean
X
int
Y
int
Public Methods
Method
Description
Pointx
(
int
_x
,
int
_y
) :
System
Method Details
Pointx()
public
method
public
Pointx
(
int
_x
,
int
_y
) :
System
_x
int
_y
int
return
System
Property Details
Filled
public property
public
Boolean,System
Filled
return
System.Boolean
X
public property
public
int
X
return
int
Y
public property
public
int
Y
return
int