FreeImage.NET Class Library Reference
MetadataModelGetEnumerator Method |
Retrieves an object that can iterate through the individual MetadataTags in this MetadataModel.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IEnumerator GetEnumerator()
Return Value
Type: IEnumeratorAn IEnumerator for the MetadataModel.
Implements
IEnumerableGetEnumeratorSee Also