Java.Util.AbstractList.Remove Method
Removes the object at the specified location from this list.

Syntax

[Android.Runtime.Register("remove", "(I)Ljava/lang/Object;", "GetRemove_IHandler")]
public virtual Java.Lang.Object Remove (int location)

Parameters

location
the index of the object to remove.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Removes the object at the specified location from this list.

[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