Android.Text.AlteredCharSequence: Method Members

The methods of Android.Text.AlteredCharSequence are listed below. For a list of all members, see the AlteredCharSequence Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

CharAt(int) : char
Returns the character at index.
GetChars(int, int, char[], int)
Exactly like String.getChars(): copy chars start through end - 1 from this CharSequence into dest beginning at offset destoff.
GetEnumerator() : IEnumerator<char>
Documentation for this section has not yet been entered.
Length() : int
Returns the number of characters in this sequence.
static
Make(Java.Lang.ICharSequence, char[], int, int) : AlteredCharSequence
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.
static
Make(string, char[], int, int) : AlteredCharSequence
Documentation for this section has not yet been entered.
SubSequence(int, int) : string
Documentation for this section has not yet been entered.
SubSequenceFormatted(int, int) : Java.Lang.ICharSequence
Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence.