destruction of a variable or array in C# -


i have variable or array, no longer needed. how destroy them? sorry noob-question.

you don't. let reference go out of scope , it'll automatically garbage-collected.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -