Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPWeakReference(IXPSimpleObject) Constructor

Initializes a new instance of the XPWeakReference class with the specified targeted object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public XPWeakReference(
    IXPSimpleObject target
)

Parameters

Name Type Description
target IXPSimpleObject

An object that will be referenced by the newly created XPWeakReference object. This value is used to initialize the XPWeakReference.Target property.

See Also