-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_DisposableExtensions
Andrew Koryavchenko edited this page Jul 4, 2017
·
7 revisions
The IDisposable extensions.
System.Object
CodeJam.DisposableExtensions
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static class DisposableExtensions
VB
<ExtensionAttribute>
Public NotInheritable Class DisposableExtensions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DisposableExtensions = class end
Name | Description | |
---|---|---|
DisposeAll(IEnumerable(IDisposable)) | Invokes the dispose for each item in the disposables. | |
DisposeAll(IEnumerable(IDisposable), Func(Exception, Boolean)) | Invokes the dispose for each item in the disposables. |