Adds a set of tasks to the end of the managed collection.

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

Syntax

C#
public Task[] AddRange(
	IEnumerable<SimpleTaskItem> simpleTaskItems
)
Visual Basic (Declaration)
Public Function AddRange ( _
	simpleTaskItems As IEnumerable(Of SimpleTaskItem) _
) As Task()

Parameters

simpleTaskItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleTaskItem>)>)
Item definitions representing the tasks to be added at the end of the collection.

Return Value

The new tasks.

See Also