Class Hint
- Namespace
- NonoSharp
- Assembly
- NonoSharp.dll
A singular hint, usually part of a group of multiple Hint instances contained in Hints.
public class Hint : ICloneable
- Inheritance
-
Hint
- Implements
- Inherited Members
Properties
Completed
Whether this hint is marked as complete, i.e. this hint's corresponding cell group is correct.
public bool Completed { get; }
Property Value
Number
Amount of expected filled cells this singular hint corresponds to
public int Number { get; }
Property Value
Methods
Clone()
Deep copies this instance.
public object Clone()
Returns
- object
New, deep-copied instance of this instance