Adds a set of predecessors to the end of the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public Predecessor[] AddRange( IEnumerable<SimplePredecessorItem> simplePredecessorItems ) |
| Visual Basic (Declaration) |
|---|
Public Function AddRange ( _ simplePredecessorItems As IEnumerable(Of SimplePredecessorItem) _ ) As Predecessor() |
Parameters
- simplePredecessorItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SimplePredecessorItem>)>)
Item definitions representing the predecessors to be added at the end of the collection.