XmpArrayNode.GetEnumerator Method

Returns an enumerator that iterates through an array.

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

Syntax

C#
public override sealed IEnumerator GetEnumerator()

Return Value

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

Implements

IEnumerable.GetEnumerator()

See Also

Reference