Initializes a new instance of the ResourceCollection class.

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

Syntax

C#
protected internal ResourceCollection(
	ResourceManager parentManager
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	parentManager As ResourceManager _
)

Parameters

parentManager
Type: DlhSoft.Windows.Data..::.ResourceManager
The parent manager of the collection.

See Also