Removes a specific task from the managed collection.

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

Syntax

C#
public void Remove(
	Task task
)
Visual Basic (Declaration)
Public Sub Remove ( _
	task As Task _
)

Parameters

task
Type: DlhSoft.Windows.Data..::.Task
The task to remove from the collection.

See Also