Android.Text.SpannableStringBuilder.Append Method
Convenience for replace(length(), length(), text, start, end)

Syntax

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

Parameters

text
the character sequence to append.
start
the first index of the subsequence of csq that is appended.
end
the last index of the subsequence of csq that is appended.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for replace(length(), length(), text, start, end)

[Android Documentation]

Requirements

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