kodr
Programmer
- Dec 4, 2003
- 368
This is probably a real basic question, but I'm not even sure what to search for to find an answer.
For instance:
Once I was done with MyClass, and I wanted to free up the memory space, how would I go about that?
For instance:
Code:
SimpleClass MyClass = new SimpleClass();
Once I was done with MyClass, and I wanted to free up the memory space, how would I go about that?