how to cleanup object that does not support dispose method?
How to implement dispose for such scenarios?
Answer Posted / rahul
i guess by using final function , but it is heavy operation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If a method's return type is void, can you use a return keyword in the method?
Can an abstract class inherit from another abstract class c#?
Illustrate namespaces in c#?
What do you mean by a windows process in regards to memory allocation?
Can enum have methods c#?
What are the advantages of using assemble language programming?
What’s a strong name?
In .Net, what is an assembly? Also explain the type of assembly.
What is difference between string and stringbuffer in c#?
Can we inherit private members of class in c#?
How do you declare a method in c#?
What are extensions in c#?
How do you access a constant field declared in a class?
Why do we need nullable types in c#?
What is the object class in c#?