AlteredCharSequence.Make Method

Definition

Overloads

Make(ICharSequence, Char[], Int32, Int32)
Obsolete.

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

Make(String, Char[], Int32, Int32)
Obsolete.

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

Make(ICharSequence, Char[], Int32, Int32)

Caution

deprecated

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

[Android.Runtime.Register("make", "(Ljava/lang/CharSequence;[CII)Landroid/text/AlteredCharSequence;", "")]
[System.Obsolete("deprecated")]
public static Android.Text.AlteredCharSequence? Make (Java.Lang.ICharSequence? source, char[]? sub, int substart, int subend);
[<Android.Runtime.Register("make", "(Ljava/lang/CharSequence;[CII)Landroid/text/AlteredCharSequence;", "")>]
[<System.Obsolete("deprecated")>]
static member Make : Java.Lang.ICharSequence * char[] * int * int -> Android.Text.AlteredCharSequence

Parameters

source
ICharSequence
sub
Char[]
substart
Int32
subend
Int32

Returns

AlteredCharSequence
Attributes

Remarks

Java documentation for android.text.AlteredCharSequence.make(java.lang.CharSequence, char[], int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Make(String, Char[], Int32, Int32)

Caution

deprecated

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

[System.Obsolete("deprecated")]
public static Android.Text.AlteredCharSequence? Make (string? source, char[]? sub, int substart, int subend);
[<System.Obsolete("deprecated")>]
static member Make : string * char[] * int * int -> Android.Text.AlteredCharSequence

Parameters

source
String
sub
Char[]
substart
Int32
subend
Int32

Returns

AlteredCharSequence
Attributes

Remarks

Java documentation for android.text.AlteredCharSequence.make(java.lang.CharSequence, char[], int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to