Persistate API documentation
DeReference Method (parentObj)
NamespacesPersistatePersistentDeReference(Persistent)

[This is preliminary documentation and is subject to change.]

Returns this object.
Declaration Syntax
C#
public Persistent DeReference(
	Persistent parentObj
)
Parameters
parentObj (Persistent)
The parent object of this one.
Return Value
The current object.
Remarks
This method implements the IReference interface. When applied to Persistent objects, the object has already been dereferenced, and this method is trivial, returning itself.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)