Méthode | Description | |
---|---|---|
TextViewWriter ( |
||
WriteLine ( string value ) : void | ||
WriteLine ( string format, object arg0 ) : void | ||
WriteLine ( string format, object arg0, object arg1, object arg2 ) : void |
public TextViewWriter ( |
||
context | ||
textView | Android.Widget.TextView | |
Résultat | System |
public WriteLine ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Résultat | void |
public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Résultat | void |