Java.Util.AbstractSequentialList Class
AbstractSequentialList is an abstract implementation of the List interface.

See Also: AbstractSequentialList Members

Syntax

[Android.Runtime.Register("java/util/AbstractSequentialList", DoNotGenerateAcw=true)]
public abstract class AbstractSequentialList : AbstractList

Remarks

AbstractSequentialList is an abstract implementation of the List interface. This implementation does not support adding. A subclass must implement the abstract method listIterator().

[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