다음을 통해 공유


AlteredCharSequence.GetChars(Int32, Int32, Char[], Int32) 메서드

정의

String.getChars()와 정확히 유사합니다. 이 CharSequence에서 오프셋destoff의 시작 부분으로 dest 문자를 startend - 1 복사합니다.

[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

매개 변수

start
Int32
end
Int32
dest
Char[]
off
Int32

구현

특성

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상