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