Replicate all of the registered instances to the container

Namespace: AppCan.Core.Services
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IUnityContainer ReplicateToContainer(
	IUnityContainer targetContainer
)
Visual Basic
Function ReplicateToContainer ( _
	targetContainer As IUnityContainer _
) As IUnityContainer
Visual C++
IUnityContainer^ ReplicateToContainer(
	IUnityContainer^ targetContainer
)

Parameters

targetContainer
Type: IUnityContainer
All of the registered types and instances will be replicated as instances to this target container

Return Value

The root container

See Also