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.
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
Post a Comment