 | ValueSequenceTDataTypeIndexOf Method |
Gets the Index of the specified element in the sequence of elements with the same name
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic int IndexOf(
XElement element
)
Public Function IndexOf (
element As XElement
) As Integer
public:
int IndexOf(
XElement^ element
)
Parameters
- element XElement
- The element.
Return Value
Int32
The index of the element.
See Also