C# Class android.text.Annotation

Inheritance: java.lang.Object, ParcelableSpan
ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method Description
Annotation ( android arg0 )
Annotation ( java arg0, java arg1 )
describeContents ( ) : int
getKey ( ) : global::java.lang.String
getSpanTypeId ( ) : int
getValue ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Protected Methods

Method Description
Annotation ( global @__env )

Private Methods

Method Description
Annotation ( )

Method Details

Annotation() public method

public Annotation ( android arg0 )
arg0 android

Annotation() protected method

protected Annotation ( global @__env )
@__env global

Annotation() public method

public Annotation ( java arg0, java arg1 )
arg0 java
arg1 java

describeContents() public method

public describeContents ( ) : int
return int

getKey() public method

public getKey ( ) : global::java.lang.String
return global::java.lang.String

getSpanTypeId() public method

public getSpanTypeId ( ) : int
return int

getValue() public method

public getValue ( ) : global::java.lang.String
return global::java.lang.String

writeToParcel() public method

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