Show / Hide Table of Contents

Enum CoordinateTracker.AddOrTrackResult

Indicates the action taken during an AddOrTrackIfUntracked(Coordinate) operation.

Namespace: SudokuSpice
Assembly: SudokuSpice.dll
Syntax
public enum AddOrTrackResult

Fields

Name Description
AddedAndTracked

The given Coordinate was previously unknown, and has been added and tracked.

Tracked

The given Coordinate was already added but was untracked, and is now tracked.

Unchanged

The given Coordinate was already tracked. No changes were needed.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX