Adds a resource to the end of the managed collection.

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

Syntax

C#
public Resource Add(
	SimpleResourceItem simpleResourceItem
)
Visual Basic (Declaration)
Public Function Add ( _
	simpleResourceItem As SimpleResourceItem _
) As Resource

Parameters

simpleResourceItem
Type: DlhSoft.Windows.Data..::.SimpleResourceItem
Item definition representing the resource to be added at the end of the collection.

Return Value

The new resource.

See Also