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

BaseObjectSpace.GetIntermediateObjectReferences(Object, out Object, out Object) Method

For internal use.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public virtual void GetIntermediateObjectReferences(
    object obj,
    out object left,
    out object right
)

Parameters

Name Type
obj Object
left Object
right Object
See Also