IntegrityContainer.Resolve(Type) Method
Gets an instance with the specified serviceType key.
Namespace: DevExpress.Utils.IoC
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
serviceType | Type | A Type object. |
Returns
Type | Description |
---|---|
Object | A Object value. |
See Also