This is an abstract class that allows to access a node as a dictionary.

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

Syntax

Visual Basic

<DefaultMemberAttribute("Item")> _
Public MustInherit Class XmpDictionaryNode _
	Inherits XmpNode _
	Implements IXmpDictionary, IEnumerable

C#

[DefaultMemberAttribute("Item")]
public abstract class XmpDictionaryNode : XmpNode, IXmpDictionary, 
	IEnumerable

Remarks

Several classes that are not arrays but can contain qualifiers inherit from this class.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.