Gets the task at the specified index from the internal task collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public Task GetTaskAt(
	int index
)
Visual Basic (Declaration)
Public Function GetTaskAt ( _
	index As Integer _
) As Task

Parameters

index
Type: System..::.Int32
The zero-based index of the task to be get.

Return Value

The task at the specified index from the internal task collection.

See Also