Hey,

If I have an object, how can I set it to nothing?
I want to be able to check with is nothing.
Calling the dispose method doesn't set the object to nothing. I want the object to be in the same state as when I was declared.

Thanks,