Skip to main content
A newer version of this page is available. .

IntegrityContainer.Resolve(Type) Method

Gets an instance with the specified serviceType key.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public object Resolve(
    Type serviceType
)

Parameters

Name Type Description
serviceType Type

A Type object.

Returns

Type Description
Object

A Object value.

See Also