Click or drag to resize

EndOfIterationHandler Delegate

Represents a method called when a loop iteration is ended.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public delegate void EndOfIterationHandler(
	bool continueLoop,
	SequenceBase seq
)

Parameters

continueLoop  Boolean
Tells whether to continue the loop with the next iteration.
seq  SequenceBase
The looped sequence.
See Also