Click or drag to resize
TaskGroupInsert 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,
	TaskGroupElement elementToAdd
)

Parameters

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