This documentation is for the old version. Go to the latest Upload Suite docs

ConvertedFileCollection.GetEnumerator Method

Returns an enumerator that iterates through this collection.

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

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator(Of ConvertedFile)
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