Initializes a new instance of the Resource class.

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

Syntax

C#
protected internal Resource(
	Object item,
	Entity..::.Initialization initialization
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	item As Object, _
	initialization As Entity..::.Initialization _
)

Parameters

item
Type: System..::.Object
Resource item to be wrapped by the Resource.
initialization
Type: DlhSoft.Windows.Data..::.Entity..::.Initialization
A method to be called when the Resource is inserted into the parent collection.

See Also