ExifDictionaryGetEnumerator Method

Returns an enumerator that iterates through this dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public IEnumerator<ExifEntry> GetEnumerator()

Return Value

IEnumeratorExifEntry
An IEnumeratorT instance.

Implements

IEnumerableTGetEnumerator

See Also