Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int? GetValue(int)

Declaration

public int? GetValue(
    int cell
)

Summary

Returns the value of a particular cell in the puzzle, or null if that cell is not currently under examination.

Parameters

intcell The index of a cell in the puzzle.