-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_Disposable
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Name | Description | |
---|---|---|
Create(Action) | Creates IDisposable instance that calls disposeAction on disposing. | |
Create(T)(Action(T), T) | 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. |