C# Class android.view.AbsSavedState

Inheritance: java.lang.Object, android.os.Parcelable
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
describeContents ( ) : int
getSuperState ( ) : global::android.os.Parcelable
writeToParcel ( android arg0, int arg1 ) : void

Protected Methods

Method Description
AbsSavedState ( android arg0 )
AbsSavedState ( global @__env )

Private Methods

Method Description
AbsSavedState ( )

Method Details

AbsSavedState() protected method

protected AbsSavedState ( android arg0 )
arg0 android

AbsSavedState() protected method

protected AbsSavedState ( global @__env )
@__env global

describeContents() public method

public describeContents ( ) : int
return int

getSuperState() public method

public getSuperState ( ) : global::android.os.Parcelable
return global::android.os.Parcelable

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void