Inserts a set of predecessors into the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: 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.