Inserts a set of predecessors into the managed collection.

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

Syntax

C#
public Predecessor[] InsertRange(
	int index,
	IEnumerable<SimplePredecessorItem> simplePredecessorItems
)
Visual Basic (Declaration)
Public Function InsertRange ( _
	index As Integer, _
	simplePredecessorItems As IEnumerable(Of SimplePredecessorItem) _
) As Predecessor()

Parameters

index
Type: System..::.Int32
The zero-based index at which the predecessors should be inserted.
simplePredecessorItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimplePredecessorItem>)>)
Item definitions representing the predecessors to insert.

Return Value

The new predecessors.

See Also