Android.Util.SparseArray.RemoveAtRange Method
Remove a range of mappings as a batch.

Syntax

[Android.Runtime.Register("removeAtRange", "(II)V", "GetRemoveAtRange_IIHandler")]
public virtual void RemoveAtRange (int index, int size)

Parameters

index
Index to begin at
size
Number of mappings to remove

Remarks

Remove a range of mappings as a batch.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1