Chapter 5. ARRAYS AND COLLECTIONSIN BRIEF This chapter explains and demonstrates the different types of arrays and collections that are available in the .NET Framework. In the first section, you will learn about the different Array types and how to use each one. Next, you will learn the basics of the .NET Collection classes and how to iterate through the collections. Finally, you will learn how to create you own collection by descending from System.Collections.CollectionBase. WHAT YOU NEED
ARRAYS AND COLLECTIONS AT A GLANCE
![]() |