 | 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
Syntaxpublic delegate void VisitedAllocHandler(
int visitorID
)
Parameters
- visitorID
- Type: SystemInt32
The id of the visited flag that was allocated.
See Also