MetadataDictionary.GetEnumerator Method

Returns an IEnumerator that iterates through the MetadataDictionary.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual IEnumerator GetEnumerator()

Return Value

An IEnumerator for the MetadataDictionary.

Implements

IEnumerable.GetEnumerator()

See Also

Reference