A class representing an XMP array.

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

Syntax

Visual Basic

<DefaultMemberAttribute("Item")> _
Public NotInheritable Class XmpArrayNode _
	Inherits XmpNode _
	Implements IList, IEnumerable

C#

[DefaultMemberAttribute("Item")]
public sealed class XmpArrayNode : XmpNode, IList, IEnumerable

Remarks

You can use this class for all types of XMP arrays: ordered, unordered, and alternative.

Thread Safety

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