XmpArrayNode.IndexOf Method

Determines the index of a specific item in the XmpArrayNode.

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

Syntax

C#
public int IndexOf(
	Object value
)

Parameters

value

Type: System.Object

The object to locate in the XmpArrayNode.

Return Value

The index of value if found in the list; otherwise, -1.

Implements

IList.IndexOf(Object)

See Also

Reference