Answer Posted / bhasker
The Dispose method may be called on any instance of any type implementing the IDisposable interface. This is supported by the C# using statement which makes calling Dispose automatically easy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between list and dictionary in c#?
Can a private virtual method can be overridden?
How do you prevent a method from being overridden in c#?
What is the use of console application in c#?
Can we inherit singleton class in c#?
What is a .exe extension files? How is it similar to .dll extension files?
In object oriented programming, how would you describe encapsulation in c#?
Are private members inherited in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What does console mean c#?
Can we inherit private members of class in c#?
Is string nullable c#?
How do I know if executenonquery is successful c#?
What is the difference between internal and protected in c#?
Is namespace a class?