Click here to Skip to main content
15,886,664 members
Articles / Programming Languages / Visual Basic

What is difference between ArrayList and List class

20 Dec 2014CPOL2 min read 182.8K   17  
ArrayList is non-generic collection class and resides in System.Collection namespace whereas List is generic class and resides in System.Collections.Generic namespace
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the Visual Basic Table of Contents to view the list of available articles in this section.