Click or drag to resize

ValueSequenceTDataTypeIndexOf Method

Gets the Index of the specified element in the sequence of elements with the same name

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public int IndexOf(
	XElement element
)

Parameters

element  XElement
The element.

Return Value

Int32
The index of the element.
See Also