This documentation is archived and is not being maintained.
ArrayList Properties
.NET Framework 1.1
The properties of the ArrayList class are listed here. For a complete list of ArrayList class members, see the ArrayList Members topic.
Public Properties
Capacity Supported by the .NET Compact Framework. | Gets or sets the number of elements that the ArrayList can contain. |
Count Supported by the .NET Compact Framework. | Gets the number of elements actually contained in the ArrayList. |
IsFixedSize Supported by the .NET Compact Framework. | Gets a value indicating whether the ArrayList has a fixed size. |
IsReadOnly Supported by the .NET Compact Framework. | Gets a value indicating whether the ArrayList is read-only. |
IsSynchronized Supported by the .NET Compact Framework. | Gets a value indicating whether access to the ArrayList is synchronized (thread-safe). |
Item | Gets or sets the element at the specified index.
In C#, this property is the indexer for the ArrayList class. |
SyncRoot Supported by the .NET Compact Framework. | Gets an object that can be used to synchronize access to the ArrayList. |
See Also
Show:
