This documentation is for the old version. Go to the latest Graphics Mill docs

MetadataDictionary.GetEnumerator Method

Returns an enumerator for pairs key-value.

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

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator
C#
public IEnumerator GetEnumerator()

Return Value

Enumerator that implements System.Collections.IEnumerator interface.

See Also

Reference