다음을 통해 공유


TypedArray.Recycle 메서드

정의

이후 호출자가 다시 사용할 TypedArray를 재활용합니다.

[Android.Runtime.Register("recycle", "()V", "GetRecycleHandler")]
public virtual void Recycle ();
[<Android.Runtime.Register("recycle", "()V", "GetRecycleHandler")>]
abstract member Recycle : unit -> unit
override this.Recycle : unit -> unit
특성

예외

TypedArray가 이미 재활용되었으면 입니다.

설명

이후 호출자가 다시 사용할 TypedArray를 재활용합니다. 이 함수를 호출한 후에는 형식화된 배열을 다시 만지지 않아야 합니다.

에 대한 android.content.res.TypedArray.recycle()Java 설명서

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

적용 대상