Table of Contents

Constructor ResourceConfigurationCollection

Namespace
Bonsai.Resources
Assembly
Bonsai.System.dll

ResourceConfigurationCollection(ResourceManager, IEnumerable<IResourceConfiguration>)

Initializes a new instance of the ResourceConfigurationCollection class using the specified resource manager and a set of resources to load.

public ResourceConfigurationCollection(ResourceManager resourceManager, IEnumerable<IResourceConfiguration> collection)

Parameters

resourceManager ResourceManager

The resource manager into which the resources will be loaded.

collection IEnumerable<IResourceConfiguration>

The set of resources to be loaded into the resource manager.