Error!
Success!

The Using Block

0
kicks

The Using Block  (Unpublished)

The using block provides proper declaration and dispose of objects that implement IDisposable interface. IDisposable is implemented by managed classes that access unmanaged resources. FileStream is one such classes that accesses IntPtr and SafeFileHandle which are unmanaged handles.


Kicked By:
Drop Kicked By: