Java.Util.IListIterator.PreviousIndex Method
Returns the index of the previous object in the iteration.

Syntax

[Android.Runtime.Register("previousIndex", "()I", "GetPreviousIndexHandler:Java.Util.IListIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int PreviousIndex ()

See Also

IListIterator.Previous

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.NoSuchElementExceptionif there are no previous elements.

Remarks

Returns the index of the previous object in the iteration.

[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