Initializes a new instance of the ReadOnlyResourceCollection class.

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

Syntax

C#
public ReadOnlyResourceCollection(
	ResourceCollection resources
)
Visual Basic (Declaration)
Public Sub New ( _
	resources As ResourceCollection _
)

Parameters

resources
Type: DlhSoft.Windows.Data..::.ResourceCollection
Source resource collection to be used by the new read-only resource collection.

See Also