Compartilhar via


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

Definição

Exatamente como String.getChars(): copie os caracteres startend - 1 deste CharSequence para dest começar no deslocamento 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

Parâmetros

start
Int32
end
Int32
dest
Char[]
off
Int32

Implementações

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a