Adds a set of resources to the end of the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public Resource[] AddRange(
	IEnumerable<SimpleResourceItem> simpleResourceItems
)
Visual Basic (Declaration)
Public Function AddRange ( _
	simpleResourceItems As IEnumerable(Of SimpleResourceItem) _
) As Resource()

Parameters

simpleResourceItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleResourceItem>)>)
Item definitions representing the resources to be added at the end of the collection.

Return Value

The new resources.

See Also