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

Syntax

[Android.Runtime.Register("listIterator", "(I)Ljava/util/ListIterator;", "GetListIterator_IHandler")]
public abstract IListIterator ListIterator (int location)

Parameters

location
the index at which to start the iteration.

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 as they occur in the list. The iteration starts at the specified location.

[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