-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_TempBase_Dispose_1
Andrew Koryavchenko edited this page Jul 4, 2017
·
6 revisions
Dispose pattern implementation - overridable part
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected void Dispose(
bool disposing
)
VB
Protected Sub Dispose (
disposing As Boolean
)
F#
member Dispose :
disposing : bool -> unit
- disposing
- Type: System.Boolean
true
to release both managed and unmanaged resources;false
to release only unmanaged resources.