Register an instance that will be replicated
Namespace: AppCan.Core.ServicesAssembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
IUnityContainer RegisterInstance<T>( T instance ) |
Visual Basic |
---|
Function RegisterInstance(Of T) ( _ instance As T _ ) As IUnityContainer |
Visual C++ |
---|
generic<typename T> IUnityContainer^ RegisterInstance( T instance ) |
Parameters
- instance
- Type: T
The instance
Type Parameters
- T
- The type