XmpDictionaryNode.GetEnumerator Method

Returns an enumerator that iterates through a dictionary.

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

Syntax

C#
public override IEnumerator GetEnumerator()

Return Value

An IEnumerator object that can be used to iterate through the dictionary.

Implements

IEnumerable.GetEnumerator()

See Also

Reference