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