Please implement this interface if your CharSequence has a
getChars() method like the one in String that is faster than
calling charAt() multiple times.
See Also:
IGetChars Members
Syntax
[Android.Runtime.Register("android/text/GetChars", "", "Android.Text.IGetCharsInvoker")]
public interface
IGetChars :
Java.Lang.ICharSequence,
IEnumerable<char>,
IDisposableRemarks
Please implement this interface if your CharSequence has a
getChars() method like the one in String that is faster than
calling charAt() multiple times.
[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