Chapter 7. Working with Collection Classes

The .NET Compact Framework includes a number of classes designed to allow you to work with collections of objects. Most applications work with arrays or more complex collections of objects, and .NET languages include features specifically designed to help you access those objects. C#, for example, has the foreach keyword, and Visual Basic .NET has the similar For Each statement.

This chapter looks at how you use arrays and other collection classes in the .NET Compact Framework.

Introducing the .NET Framework Collection Classes

The System.Collections and System.Collections.Specialized namespaces contain a number of invaluable classes that allow developers to work with collections of objects. Table 7-1 describes ...

Get Microsoft® .NET Compact Framework (Core Reference) 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.