Inserts a set of assignments into the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public Assignment[] InsertRange( int index, IEnumerable<SimpleAssignmentItem> simpleAssignmentItems ) |
Visual Basic (Declaration) |
---|
Public Function InsertRange ( _ index As Integer, _ simpleAssignmentItems As IEnumerable(Of SimpleAssignmentItem) _ ) As Assignment() |
Parameters
- index
- Type: System..::.Int32
The zero-based index at which the assignments should be inserted.
- simpleAssignmentItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleAssignmentItem>)>)
Item definitions representing the assignments to insert.