N
Neil B
In C++ when you create an object using the "new" keyword you usually use the
"delete" keyword to end it's scope. In C# I don't find the "delete" keyword.
How do you handle the scope of an object you create with "new"???
Thanks, Neil
"delete" keyword to end it's scope. In C# I don't find the "delete" keyword.
How do you handle the scope of an object you create with "new"???
Thanks, Neil