Java.Util.IList
A List is a collection which maintains an ordering for its elements.

See Also: IList Members

Syntax

[Android.Runtime.Register("java/util/List", "", "Java.Util.IListInvoker")]
public interface IList : ICollection, IDisposable

Remarks

A List is a collection which maintains an ordering for its elements. Every element in the List has an index. Each element can thus be accessed by its index, with the first index being zero. Normally, Lists allow duplicate elements, as compared to Sets, where elements have to be unique.

[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