Click or drag to resize
LambdaRunnerWorkItemDo Method
Performs the work embodied in this workitem

Namespace:  SD.LLBLGen.Pro.ApplicationCore.WorkBroker
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override void Do(
	Project currentProject
)

Parameters

currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
See Also