Android.Text.AlteredCharSequence Members

The members of Android.Text.AlteredCharSequence are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.