Java.Util.AbstractList.ListIterator Method
Returns a ListIterator on the elements of this list.

Syntax

[Android.Runtime.Register("listIterator", "()Ljava/util/ListIterator;", "GetListIteratorHandler")]
public virtual IListIterator ListIterator ()

See Also

IListIterator

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a ListIterator 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