Initializes a new instance of the ResourceManager class.
The initial values of the data member properties are set to appropriate property paths for using ResourceItem objects.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public ResourceManager( IEnumerable items ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ items As IEnumerable _ ) |
Parameters
- items
- Type: System.Collections..::.IEnumerable
Collection of resource items to be managed.