Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsTaken(int, int)

Declaration

public bool IsTaken(
    int cell,
    int value
)

Summary

Determines whether a specific value has been ruled out for a specific cell within the current recursion context.

Parameters

intcell The index of a cell in the puzzle.
intvalue The value.