-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_Disposable
andrewvk edited this page Apr 20, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
The Disposable type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Create | Creates IDisposable instance that calls disposeAction on disposing. |
![]() ![]() |
Merge(IEnumerable(IDisposable)) | Combine multiple IDisposable instances into single one. |
![]() ![]() |
Merge(IDisposable[]) | Combine multiple IDisposable instances into single one. |