SolutionFoundEventArgsSolutionIndex Property |
The zero-based index of the solution i.e. the first solution found has a SolutionIndex of 0,
the second solution found has a SolutionIndex of 1, etc.
Namespace: DlxLibAssembly: DlxLib (in DlxLib.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic int SolutionIndex { get; }
Public ReadOnly Property SolutionIndex As Integer
Get
public:
property int SolutionIndex {
int get ();
}
member SolutionIndex : int with get
Property Value
Type:
Int32
See Also