The container associated with this context definition. Types registered to this container will be available to create in
any of the created contexts
Namespace: AppCan.Core.ContextsAssembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IUnityContainer Container { get; } |
Visual Basic |
---|
Public ReadOnly Property Container As IUnityContainer Get |
Visual C++ |
---|
public: virtual property IUnityContainer^ Container { IUnityContainer^ get () sealed; } |