A
Archana
Hi all,
Can anyone tell me exact use of idisposable interface.
I read that to release unmanages resources its better to implement
idisposable interface and call its dispose method.
But what if without implementating interface idisposable i write
method dispose and call that method to release unmanaged resources.
Please correct me if i am wrong.
thanks in advance.
Can anyone tell me exact use of idisposable interface.
I read that to release unmanages resources its better to implement
idisposable interface and call its dispose method.
But what if without implementating interface idisposable i write
method dispose and call that method to release unmanaged resources.
Please correct me if i am wrong.
thanks in advance.