ArrayListStatic

ArrayListStatic


Represents the static methods of the ArrayList class.


Public:

Methods:

NameDescription
 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 fixed-size object.  
 ReadOnly Returns an ArrayList object wrapped inside a read-only list.  
 Repeat Creates a new ArrayList and fills it with the supplied value the specified number of times.  

Remarks

This class cannot be directly instantiated. In order to access the method of this class, use the ArrayList.Method syntax.

 Set ReadOnlyList = ArrayList.ReadOnly(list)
 

See Also

Project CorLib Overview

Class ArrayListStatic Overview

ArrayList