XmpDictionaryNode.Item Property

Gets or sets the element with the specified key.

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

Syntax

C#
public virtual Object this[
	Object key
] { get; set; }

Parameters

key

Type: System.Object

The key of the element to get or set.

Property Value

The element with the specified key, or null if the key does not exist.

See Also

Reference