IDOMImplementationList.Item(Int32) Method

Definition

Returns the <code>index</code>th item in the collection.

[Android.Runtime.Register("item", "(I)Lorg/w3c/dom/DOMImplementation;", "GetItem_IHandler:Org.W3c.Dom.IDOMImplementationListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.W3c.Dom.IDOMImplementation? Item (int index);
[<Android.Runtime.Register("item", "(I)Lorg/w3c/dom/DOMImplementation;", "GetItem_IHandler:Org.W3c.Dom.IDOMImplementationListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Item : int -> Org.W3c.Dom.IDOMImplementation

Parameters

index
Int32

Index into the collection.

Returns

IDOMImplementation

The <code>DOMImplementation</code> at the <code>index</code> th position in the <code>DOMImplementationList</code>, or <code>null</code> if that is not a valid index.

Attributes

Remarks

Java documentation for org.w3c.dom.DOMImplementationList.item(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to