IntegrityContainer.RegisterInstance<TServiceType>(TServiceType) Method
Registers the specified instance as a singleton with the specified TServiceType key.
Namespace: DevExpress.Utils.IoC
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| instance | TServiceType | A Object value. |
Type Parameters
| Name |
|---|
| TServiceType |
Returns
| Type | Description |
|---|---|
| InstanceRegistration | An InstanceRegistration object. |
See Also