Click or drag to resize

VisitedAllocHandler Delegate

Represents a method called, when a visited flag was allocated.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public delegate void VisitedAllocHandler(
	int visitorID
)

Parameters

visitorID  Int32
The id of the visited flag that was allocated.
See Also