Click or drag to resize
TaskGroupRemove 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.0.0.0 (5.0.0)
Syntax
public void Remove(
	TaskGroupElement elementToRemove
)

Parameters

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