ImageGear for .NET
GetEnumerator Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace > ImGearFileFilters Class : GetEnumerator Method




Glossary Item Box

Returns an enumerator that can iterate through a collection.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Return Value

An IEnumerator that can be used to iterate through the collection.

Remarks

Enumerators only allow reading the data in the collection. Enumerators cannot be used to modify the underlying collection. Initially, the enumerator is positioned before the first element in the collection.

See Also

©2013. Accusoft Corporation. All Rights Reserved.