Inserts a set of resources into the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  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.

Return Value

The new resources.

See Also