DevCase 6.0 API Reference for NET Framework
C#
VB
C++
F#
XAML
ASP.NET
🏠 Home
|
⬅️ Back
|
➡️ Forward
Show/Hide TOC
IDisposable
Extensions
Dispose
All Method
Overload List
DisposeAll
T
(
T
)
Calls the
Dispose
method on all the elements of the specified array of
IDisposable
.
DisposeAll
T
(IEnumerable
T
)
Calls the
Dispose
method on all the elements of the specified
IEnumerable
T
.
See Also
Reference
IDisposableExtensions Class
DevCase.Extensions.IDisposableExtensions Namespace
In This Article
Overload List
See Also