C# Class Sudoque.Game.Engine.Cell

Afficher le fichier Open project: lunivore/sudoque Class Usage Examples

Méthodes publiques

Méthode Description
Cell ( Sudoque.Game.Engine.CellId id ) : System.Collections.Generic
ChangeMode ( Mode mode ) : void
Copy ( ) : Cell
RemovePotential ( int number ) : void
RequestToggleNumber ( int number ) : void
ToString ( ) : string

Method Details

Cell() public méthode

public Cell ( Sudoque.Game.Engine.CellId id ) : System.Collections.Generic
id Sudoque.Game.Engine.CellId
Résultat System.Collections.Generic

ChangeMode() public méthode

public ChangeMode ( Mode mode ) : void
mode Mode
Résultat void

Copy() public méthode

public Copy ( ) : Cell
Résultat Cell

RemovePotential() public méthode

public RemovePotential ( int number ) : void
number int
Résultat void

RequestToggleNumber() public méthode

public RequestToggleNumber ( int number ) : void
number int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string