ArrayListCollectionBase Properties

(see also Protected Properties )
  Name Description
Public property Count Returns the number of elements in a collection.
Public property IsReadOnly Gets a value indicating whether a collection is read-only.
Public property IsSynchronized Gets a value indicating whether a collection is synchronized.
Public property SyncRoot Returns the SyncRoot object for the collection.
Top

  Name Description
Protected property Items Gets or sets the collection of items in an array list object. The default value is Empty.
Top

Community Additions

ADD
Show: