Java.Util.AbstractList.RemoveRange Method
Removes the objects in the specified range from the start to the end index minus one.

Syntax

[Android.Runtime.Register("removeRange", "(II)V", "GetRemoveRange_IIHandler")]
protected virtual void RemoveRange (int start, int end)

Parameters

start
the index at which to start removing.
end
the index after the last element to remove.

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionif removing from this list is not supported.
Java.Lang.IndexOutOfBoundsExceptionif start or start >= size().

Remarks

Removes the objects in the specified range from the start to the end index minus one.

[Android Documentation]

Requirements

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