Click or drag to resize
CodeGenerationEngineBasePerformPreEmitTasks 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.3.0.0 (5.3.0)
Syntax
protected virtual void PerformPreEmitTasks(
	Object currentElement,
	CodeGenerationEngineBaseEmitType emitTypeUsed
)

Parameters

currentElement
Type: SystemObject
The current element.
emitTypeUsed
Type: SD.LLBLGen.Pro.GeneratorCoreCodeGenerationEngineBaseEmitType
The emit type used.
See Also