Java.Util.IList.ListIterator Method
Returns a List iterator on the elements of this List.

Syntax

[Android.Runtime.Register("listIterator", "()Ljava/util/ListIterator;", "GetListIteratorHandler:Java.Util.IListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IListIterator ListIterator ()

See Also

IListIterator

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a List iterator on the elements of this List. The elements are iterated in the same order that they occur in 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