Click or drag to resize
CodeGenerationEngineBase.PerformPreEmitTasks Method
Performs the pre emit tasks. The filename output will be written to is not yet placed in the task cache.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected virtual void PerformPreEmitTasks(
	Object currentElement,
	CodeGenerationEngineBase. EmitType emitTypeUsed
)

Parameters

currentElement
Type: System.Object
The current element.
emitTypeUsed
Type: SD.LLBLGen.Pro.GeneratorCore.CodeGenerationEngineBase.EmitType
The emit type used.
See Also