Skip to content

Overload_CodeJam_DisposableExtensions_DisposeAll

andrewvk edited this page Mar 22, 2016 · 3 revisions

DisposableExtensions.DisposeAll Method

[This is preliminary documentation and is subject to change.]

Overload List

 

Name Description
Public methodStatic member DisposeAll(IEnumerable(IDisposable)) Invokes the dispose for each item in the disposables.
Public methodStatic member DisposeAll(IEnumerable(IDisposable), Func(Exception, Boolean)) Invokes the dispose for each item in the disposables.
  Back to Top

See Also

Reference

DisposableExtensions Class
CodeJam Namespace

Clone this wiki locally