Click or drag to resize
CodeGenerationTaskBaseInitializeGenerator Method
Initializes the generator by adding the elements to process regarding this task to the generator specified, if any.

Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public virtual void InitializeGenerator(
	IGenerator toInitialize
)

Parameters

toInitialize
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
To initialize.
See Also