-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_TempBase_Dispose_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
Dispose pattern implementation - overridable part
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.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.