Removes specific tasks from the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: 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.