MarkLogic XCC/.Net Library

XdmSequence.ItemAt Method 

Return the XdmItem at the given position from this XdmSequence.

[Visual Basic]
Function ItemAt( _
   ByVal index As Integer _
) As XdmItem
[C#]
XdmItem ItemAt(
   int index
);

Parameters

index
The index of the XdmItem (zero-based) to return.

Return Value

An XdmItem instance.

See Also

XdmSequence Interface | Marklogic.Xcc.Types Namespace