Android.Widget.TextView.Append Method
Convenience method: Append the specified text to the TextView's display buffer, upgrading it to BufferType.

Syntax

[Android.Runtime.Register("append", "(Ljava/lang/CharSequence;)V", "")]
public void Append (Java.Lang.ICharSequence text)

Parameters

text
Documentation for this section has not yet been entered.

Remarks

Convenience method: Append the specified text to the TextView's display buffer, upgrading it to BufferType.EDITABLE if it was not already editable.

[Android Documentation]

Requirements

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