ConvertedFileCollection.GetEnumerator Method ActiveX/Java Uploader ASP.NET

Returns an enumerator that iterates through this collection.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.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