Click or drag to resize
Generator.SetCallBacks Method
Sets the call backs to use for this generator

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
public void SetCallBacks(
	Dictionary<ProgressCallBack, Object> callBacks
)

Parameters

callBacks
Type: System.Collections.Generic.Dictionary<ProgressCallBack, Object>
The call backs.

Implements

IGenerator.SetCallBacks(Dictionary<ProgressCallBack, Object>)
See Also