| ArrayListStatic: ReadOnly |
Returns an ArrayList object wrapped inside a readonly object.
Public Function ReadOnly( ByVal list As ArrayList ) As ArrayList
Passing the object around provides access to the underlying ArrayList, however, the list cannot be changed in size or content.