Adds a task to the end of the managed collection.

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

Syntax

C#
public Task Add(
	SimpleTaskItem simpleTaskItem
)
Visual Basic (Declaration)
Public Function Add ( _
	simpleTaskItem As SimpleTaskItem _
) As Task

Parameters

simpleTaskItem
Type: DlhSoft.Windows.Data..::.SimpleTaskItem
Item definition representing the task to be added at the end of the collection.

Return Value

The new task.

See Also