Skip to main content

IntegrityContainer.Resolve(Type) Method

Gets an instance with the specified serviceType key.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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