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