IDisposableExtensionsDisposeAll Method

Overload List

DisposeAllT(T) Calls the Dispose method on all the elements of the specified array of IDisposable.
DisposeAllT(IEnumerableT) Calls the Dispose method on all the elements of the specified IEnumerableT.

See Also