Disposes each of the images in images.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void Dispose(
	this IEnumerable<Image> images
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub Dispose ( _
	images As IEnumerable(Of Image) _
)
Visual C++
[ExtensionAttribute]
public:
static void Dispose(
	IEnumerable<Image^>^ images
)

Parameters

images
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Image>)>)>

[Missing <param name="images"/> documentation for "M:ImageSense.ImageExtensions.Dispose(System.Collections.Generic.IEnumerable{System.Drawing.Image})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'Image>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also