Returns an enumerator that iterates through this collection.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Function GetEnumerator As IEnumerator(Of ConvertedFile)
public IEnumerator<ConvertedFile> GetEnumerator()
Type: System.Collections.Generic.IEnumerator<T>
The IEnumerator<T> object that can be used to iterate through this collection.