Click or drag to resize

TaskGroup.Remove Method

Removes the first occurence of the passed in element from this taskgroup

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public void Remove(
	TaskGroupElement elementToRemove
)

Parameters

elementToRemove
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks.TaskGroupElement
element to remove
See Also