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 does console mean c#?
What is a generic method?
How does yield return work c#?
What do you mean by saying a "class is a reference type"?
What is the difference between dynamic type variables and object type variables in c#?
What is foreach loop in c#?
What is cookies c#?
Is std :: string null terminated?
Is .net and c# the same?
Is c# and c same?
What is the use of nullable types in c#?
Can I use parseint?
What is null propagation c#?
How do I count the length of a string in c#?
What is icollection in c#?