Mono Class Library: Overview

System.Collections.IList: Property Members

The properties of System.Collections.IList are listed below. For a list of all members, see the IList Members list.

Public Properties

[read-only]
IsFixedSizebool. Gets a bool value indicating whether the current instance has a fixed size.
[read-only]
IsReadOnlybool. Gets a value indicating whether the current instance is read-only.
default property
Item(int)object. Gets or sets the element at the specified index in the current instance.