Chapter 19. Arrays and Collections

Arrays have been available in almost all derivatives of BASIC for decades—and of course, they’re available in Microsoft Visual Basic, as well. But the Microsoft .NET Framework wouldn’t be the .NET Framework if it didn’t offer arrays with many more possibilities than simple data access via a numeric index.

This means that the performance of arrays reaches far beyond the simple provision of containers for saving the elements of a data type. Because arrays are based on Object and therefore form a class of their own (namely System.Array), .NET Framework ...

Get Microsoft® Visual Basic® 2010 Developer’s Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.