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

InstanceRegistration(Object) Constructor

Initializes a new instance of the InstanceRegistration class with the specified instance.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public InstanceRegistration(
    object instance
)

Parameters

Name Type Description
instance Object

A Object value.

See Also