Android.Webkit.WebBackForwardList.GetItemAtIndex Method
Get the history item at the given index.

Syntax

[Android.Runtime.Register("getItemAtIndex", "(I)Landroid/webkit/WebHistoryItem;", "GetGetItemAtIndex_IHandler")]
public virtual WebHistoryItem GetItemAtIndex (int index)

Parameters

index
The index to retrieve.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the history item at the given index. The index range is from 0...n where 0 is the first item and n is the last item.

[Android Documentation]

Requirements

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