| Adapter | Creates an object that allows any IList object to be treated as an ArrayList instance. |
| FixedSize | Returns an ArrayList object that is wrapped in a fixedsize object. |
| FixedSizeList | |
| ReadOnly | Returns an ArrayList object wrapped inside a readonly object. |
| Repeat | Creates a new ArrayList and fills it with the supplied value the specified number of times. |