-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_TempBase_Dispose_1
andrewvk edited this page Apr 22, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Dispose pattern implementation - overridable part
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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.