XmpArrayNode.Remove Method

Removes the first occurrence of a specific object from the XmpArrayNode.

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

Syntax

C#
public void Remove(
	Object node
)

Parameters

node

Type: System.Object

The object to remove from the XmpArrayNode.

Implements

IList.Remove(Object)

See Also

Reference