is it possible to forcibly de-reference an object?
It is possible to forcibly dereference objects by setting all its references equal to null.var oObject = new Object;oObject = null;
The goto resource for studying materials
is it possible to forcibly de-reference an object?
It is possible to forcibly dereference objects by setting all its references equal to null.var oObject = new Object;oObject = null;