Org.W3c.Dom.INodeList.Item Method
Returns the indexth item in the collection.

Syntax

[Android.Runtime.Register("item", "(I)Lorg/w3c/dom/Node;", "GetItem_IHandler:Org.W3c.Dom.INodeListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public INode Item (int index)

Parameters

index
Index into the collection.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1