The members of Android.Text.AlteredCharSequence are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CharAt(int)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()Documentation for this section has not yet been entered. | ||
Length()Returns the number of characters in this sequence. | ||
static | Make(Java.Lang.ICharSequence, char[], int, int)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)Documentation for this section has not yet been entered. | |
SubSequence(int, int)Documentation for this section has not yet been entered. | ||
SubSequenceFormatted(int, int)Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence. |
IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. |