Removes specific tasks from the managed collection.

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

Syntax

C#
public void RemoveRange(
	IEnumerable<Task> tasks
)
Visual Basic (Declaration)
Public Sub RemoveRange ( _
	tasks As IEnumerable(Of Task) _
)

Parameters

tasks
Type: System.Collections.Generic..::.IEnumerable<(Of <(Task>)>)
The tasks to remove from the collection.

See Also