I created a class which is inherited from interface
IDisposable. Now if I use object of this class with using
keyword. Then How the dispose method will get call. Does
garbage collector call it or some else.
Answer Posted / imatoria
http://msdn.microsoft.com/en-us/magazine/cc163392.aspx
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Are tuples mutable c#?
What is meant by generics in c#?
Difference between a sub and a function in c#.
What is the purpose of constructor in c#?
How does one compare strings in c#?
How does return work in c#?
What is the execution entry point for a c# console application?
What is xor operator in c#?
Does c# support multilevel inheritance?
Can we instantiate abstract class in c#?
What is sorting in c#?
1. Describe page life cycle?
Can constructor be protected?
Can I use parseint?
What is namespace c#?