Method Add
Add(IResourceConfiguration)
Creates a new collection of resources to be loaded into the resource manager by appending a new resource to the end of this collection.
public ResourceConfigurationCollection Add(IResourceConfiguration resource)
Parameters
resource
IResourceConfigurationThe additional resource to be loaded into the resource manager.
Returns
- ResourceConfigurationCollection
A new ResourceConfigurationCollection object containing the combined set of resources.