ExifDictionary.GetEnumerator Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Returns an enumerator that iterates through this dictionary.
public IEnumerator<ExifEntry> GetEnumerator()
Returns
- IEnumerator<ExifEntry>
An IEnumerator<T> instance.