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.2
Syntax
C#
public delegate void VisitedAllocHandler(
	int visitorID
)

Parameters

visitorID
Type: SystemInt32
The id of the visited flag that was allocated.
See Also