Android.Text.AlteredCharSequence.Make Method
Create an AlteredCharSequence whose text (and possibly spans) are mirrored from source, except that the range of offsets substart inclusive to subend exclusive are mirrored instead from sub, beginning at offset 0.

Syntax

[Android.Runtime.Register("make", "(Ljava/lang/CharSequence;[CII)Landroid/text/AlteredCharSequence;", "")]
public static AlteredCharSequence Make (Java.Lang.ICharSequence source, char[] sub, int substart, int subend)

Parameters

source
Documentation for this section has not yet been entered.
sub
Documentation for this section has not yet been entered.
substart
Documentation for this section has not yet been entered.
subend
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Create an AlteredCharSequence whose text (and possibly spans) are mirrored from source, except that the range of offsets substart inclusive to subend exclusive are mirrored instead from sub, beginning at offset 0.

[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