The container - Add items to this container that you want to be available in the context's that are created

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

Syntax

C#
IUnityContainer Container { get; }
Visual Basic
ReadOnly Property Container As IUnityContainer
	Get
Visual C++
property IUnityContainer^ Container {
	IUnityContainer^ get ();
}

See Also