Java.Util.Concurrent.CopyOnWriteArrayList.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 index)

Parameters

index
the index of the object to remove.

Returns

Documentation for this section has not yet been entered.

Remarks

Removes the object at the specified location from this List.

[Android Documentation]

Requirements

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