Partager via


AlteredCharSequence.GetChars(Int32, Int32, Char[], Int32) Méthode

Définition

Exactement comme String.getChars() : copiez des startend - 1 caractères à partir de ce CharSequence en dest commençant au décalage destoff.

[Android.Runtime.Register("getChars", "(II[CI)V", "GetGetChars_IIarrayCIHandler")]
public virtual void GetChars (int start, int end, char[]? dest, int off);
[<Android.Runtime.Register("getChars", "(II[CI)V", "GetGetChars_IIarrayCIHandler")>]
abstract member GetChars : int * int * char[] * int -> unit
override this.GetChars : int * int * char[] * int -> unit

Paramètres

start
Int32
end
Int32
dest
Char[]
off
Int32

Implémente

Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à