XmpDictionaryNode.Remove Method

Removes the element with the specified key from the XmpDictionaryNode object.

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

Syntax

C#
public virtual void Remove(
	Object key
)

Parameters

key

Type: System.Object

The key of the element to remove.

See Also

Reference