MetadataEnumerator Constructor

Initializes a new instance of the MetadataEnumerator class for the specified MetadataDictionary.

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

Syntax

C#
public MetadataEnumerator(
	MetadataDictionary metaData
)

Parameters

metaData

Type: Aurigma.GraphicsMill.Codecs.MetadataDictionary

A MetadataDictionary for which the enumerator should be created.

See Also

Reference