Initializes a new instance of the ResourceManager class using simple data management mode.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public ResourceManager( IEnumerable<SimpleResourceItem> simpleResourceItems ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ simpleResourceItems As IEnumerable(Of SimpleResourceItem) _ ) |
Parameters
- simpleResourceItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleResourceItem>)>)
Item definitions representing resources to be initially added to the collection.