SearchStepEventArgsIteration Property |
The number of iterations that the internal search algorithm has performed up to this point.
Namespace: DlxLibAssembly: DlxLib (in DlxLib.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic int Iteration { get; }
Public ReadOnly Property Iteration As Integer
Get
public:
property int Iteration {
int get ();
}
member Iteration : int with get
Property Value
Type:
Int32
See Also