Click or drag to resize
TaskGroupPresetRemove Method
Removes the first occurence of the passed in element from this taskgrouppreset

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void Remove(
	TaskGroupPresetElement elementToRemove
)

Parameters

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