Table of Contents

Method Add

Namespace
Bonsai.Resources
Assembly
Bonsai.System.dll

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 IResourceConfiguration

The additional resource to be loaded into the resource manager.

Returns

ResourceConfigurationCollection

A new ResourceConfigurationCollection object containing the combined set of resources.