Method CreateResource
CreateResource(ResourceManager)
Creates the contents of the resource using the specified resource manager.
IDisposable CreateResource(ResourceManager resourceManager)
Parameters
resourceManager
ResourceManagerThe ResourceManager object onto which the resource will be loaded. The resource manager can be accessed to load additional resource dependencies which may be required to create the new resource.
Returns
- IDisposable
A IDisposable object which can be used to access and release the resource contents.