Click or drag to resize
TaskGroupIndexOf Method
returns the index of the element in this group.

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 int IndexOf(
	TaskGroupElement element
)

Parameters

element
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroupElement
The element.

Return Value

Type: Int32
See Also