ConvertedFileCollection.GetEnumerator Method HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Returns an enumerator that iterates through this collection.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public IEnumerator<ConvertedFile> GetEnumerator()

Return Value

Type: System.Collections.Generic..IEnumerator<<'T>>

The IEnumerator<<'T>> object that can be used to iterate through this collection.

See Also

Reference