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

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

Syntax

C#
public Assignment[] AddRange(
	IEnumerable<SimpleAssignmentItem> simpleAssignmentItems
)
Visual Basic (Declaration)
Public Function AddRange ( _
	simpleAssignmentItems As IEnumerable(Of SimpleAssignmentItem) _
) As Assignment()

Parameters

simpleAssignmentItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleAssignmentItem>)>)
Item definitions representing the assignments to be added at the end of the collection.

Return Value

The new assignments.

See Also