| ArrayListStatic |
This class cannot be directly instantiated. In order to access the method of this class, use the ArrayList.* syntax.
Set ReadOnlyList = ArrayList.ReadOnly(list)
Project VBCorLib Overview | ArrayList
| Name | Description |
|---|---|
FixedSize | Returns an ArrayList object that is wrapped in a fixedsize object. |
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. |