The following tables list the members exposed by ArrayList.
Name | Description | |
---|---|---|
![]() | ArrayList Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | IsFixedSize | Gets a value indicating whether the ArrayList has a fixed size. Always returns false . |
![]() | IsReadOnly | Gets a value indicating whether the ArrayList is read-only. Always returns false . |
![]() | IsSynchronized | Gets a value indicating whether is access to the ArrayList is synchronized. Always returns false. |
![]() | SyncRoot | Gets an object that can be used to synchronize an access to the ArrayList. Always returns null . |
Name | Description | |
---|---|---|
![]() | Add | Adds a new object to the array. |
![]() | CopyTo | Overloaded. Copies the current array into the specified array at specified position. |