| 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.CodeGenerationMetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic virtual void InitializeGenerator(
	IGenerator toInitialize
)
Public Overridable Sub InitializeGenerator ( 
	toInitialize As IGenerator
)
Parameters
- toInitialize
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
To initialize. 
See Also