C# Class android.webkit.WebBackForwardList

Inheritance: java.lang.Object, java.lang.Cloneable, java.io.Serializable
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getCurrentIndex ( ) : int
getCurrentItem ( ) : global::android.webkit.WebHistoryItem
getItemAtIndex ( int arg0 ) : global::android.webkit.WebHistoryItem
getSize ( ) : int

Protected Methods

Method Description
WebBackForwardList ( global @__env )
clone ( ) : global::android.webkit.WebBackForwardList

Private Methods

Method Description
WebBackForwardList ( )

Method Details

WebBackForwardList() protected method

protected WebBackForwardList ( global @__env )
@__env global

clone() protected method

protected clone ( ) : global::android.webkit.WebBackForwardList
return global::android.webkit.WebBackForwardList

getCurrentIndex() public method

public getCurrentIndex ( ) : int
return int

getCurrentItem() public method

public getCurrentItem ( ) : global::android.webkit.WebHistoryItem
return global::android.webkit.WebHistoryItem

getItemAtIndex() public method

public getItemAtIndex ( int arg0 ) : global::android.webkit.WebHistoryItem
arg0 int
return global::android.webkit.WebHistoryItem

getSize() public method

public getSize ( ) : int
return int