Org.W3c.Dom.INamedNodeMap.Item Method
Returns the indexth item in the map.

Syntax

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

Parameters

index
Index into this map.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the indexth item in the map. If index is greater than or equal to the number of nodes in this map, 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