Click or drag to resize
TaskGroupPresetInsert Method
Inserts the passed in element at the index specified

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 Insert(
	int index,
	TaskGroupPresetElement elementToAdd
)

Parameters

index
Type: SystemInt32
index to insert the element
elementToAdd
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroupPresetElement
the element to insert
See Also