Java.Util.IListIterator.Remove Method
Removes the last object returned by next or previous from the list.

Syntax

[Android.Runtime.Register("remove", "()V", "GetRemoveHandler:Java.Util.IListIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Remove ()

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionif removing is not supported by the list being iterated.
Java.Lang.IllegalStateExceptionif next or previous have not been called, or remove or add have already been called after the last call to next or previous.

Remarks

Removes the last object returned by next or previous from the 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