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

XPWeakReference(IXPSimpleObject) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.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