Sudoque.Game.Engine.Hint.Hint C# (CSharp) Méthode

Hint() public méthode

public Hint ( string text, IEnumerable cellIds ) : System.Collections.Generic
text string
cellIds IEnumerable
Résultat System.Collections.Generic
        public Hint(string text, IEnumerable<CellId> cellIds)
        {
            _text = text;
            _cellIds = cellIds;
        }
Hint