Click or drag to resize
CodeGenerationTaskBasePreExecuteRunQueue Method
Called right before the runqueue is executed

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public virtual void PreExecuteRunQueue(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
See Also