Basic concept of IDisposable
Using a = New DisposableClass [, b = ...] ... End Using
Using a = GetDisposable(...) [, b = ...] ... End Using
Topic Id: 7965
Example Ids: 25777
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service