XmpDictionaryNode Class

Represents a base class for XMP properties allowing that allows accessing a node as a dictionary.

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

Syntax

C#
public abstract class XmpDictionaryNode : XmpNode, IXmpDictionary, 
	IEnumerable

Remarks

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

Inheritance Hierarchy

Thread Safety

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

See Also

Reference

Manual