| ArrayListStatic: Adapter |
Creates an object that allows any IList object to be treated as an ArrayList instance.
Public Function Adapter( ByVal list As IList ) As ArrayList
The adapter gives all IList objects the ability to be used anywhere an ArrayList instance would be used instead.
Project VBCorLib Overview Class ArrayListStatic Overview ArrayListStatic Properties ArrayListStatic Methods FixedSize