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

Syntax

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

Parameters

text
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.

Remarks

Convenience method: Append the specified text slice 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