Condividi tramite


AlteredCharSequence.GetChars(Int32, Int32, Char[], Int32) Metodo

Definizione

Esattamente come String.getChars(): copiare caratteri startend - 1 da questo charSequence a dest partire dall'offset 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

Parametri

start
Int32
end
Int32
dest
Char[]
off
Int32

Implementazioni

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a