C# 클래스 Sudoku_Solver.SudokuSolver.Guess

파일 보기 프로젝트 열기: dexxa/SudokuSolver

공개 프로퍼티들

프로퍼티 타입 설명
Coord Pointx
Correct System.Boolean
GuessValues List

공개 메소드들

메소드 설명
Guess ( int _x, int _y, int _value ) : System

메소드 상세

Guess() 공개 메소드

public Guess ( int _x, int _y, int _value ) : System
_x int
_y int
_value int
리턴 System

프로퍼티 상세

Coord 공개적으로 프로퍼티

public Pointx Coord
리턴 Pointx

Correct 공개적으로 프로퍼티

public Boolean,System Correct
리턴 System.Boolean

GuessValues 공개적으로 프로퍼티

public List GuessValues
리턴 List