How structure objects are destroyed? As GC releases only
the objects in stack, and structure is a value type and
stored in heap. So how structure objects are released?
Answers were Sorted based on User's Feedback
Answer / xyz
As GC releases only
the objects in stack, and structure is a value type and
stored in heap......
answer is... question itself
Is This Answer Correct ? | 0 Yes | 9 No |
In howmany ways can you deploy an assembly?
How to force my .net app to run as administrator on windows 7?
What is inumerable?
Why do you need boxing in c#?
What is a dictionary in c#?
Can you pass value types by reference to a method?
How does one compare strings in c#?
What is property c#?
Is int an object in c#?
What are the different types of delegates?
Is there a way to force garbage collection?
Explain About Global.asax