SparseArray.Remove(Int32) Method

Definition

Alias for #delete(int).

[Android.Runtime.Register("remove", "(I)V", "GetRemove_IHandler")]
public virtual void Remove (int key);
[<Android.Runtime.Register("remove", "(I)V", "GetRemove_IHandler")>]
abstract member Remove : int -> unit
override this.Remove : int -> unit

Parameters

key
Int32
Attributes

Remarks

Alias for #delete(int).

Java documentation for android.util.SparseArray.remove(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to