proxy class : ReleaseEntity() method
Description
It releases the reference of the caller instance and returns it to the uninitialized state.
Syntax
proxyInstance.ReleaseEntity()
Arguments
None.
Return value
None.
Sample code
//anyProxy is a instance of proxy type.
anyProxy.ReleaseEntity();
Notes
The caller instance become an empty proxy after calling this method. In other words, Fitted getter of the caller instance will return false.
If there is a 'ReleaseEntity()' method in the stored instance, please note that this method hide it.
ReleaseEntity() method is a member introduced from the Rice 1.0.1.0.
Links for reference
None.