Java.Util.Concurrent.CopyOnWriteArrayList.SubList Method
Returns a List of the specified portion of this List from the given start index to the end index minus one.

Syntax

[Android.Runtime.Register("subList", "(II)Ljava/util/List;", "GetSubList_IIHandler")]
public virtual IList SubList (int fromIndex, int toIndex)

Parameters

from
the index at which to start the sublist.
to
the index one past the end of the sublist.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a List of the specified portion of this List from the given start index to the end index minus one. The returned List is backed by this List so changes to it are reflected by the other.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1