Chapter 8. Arrays

In this chapter you will learn about arrays, array lists, and collections. As you will learn, these data structures are useful in solving many types of programming problems. In this chapter you will learn about:

  • Arrays

  • Array indexes and elements

  • How to set the size of an array

  • Some of the Array class methods that are commonly used

  • Multi-dimensional arrays

  • Array lists

  • Collections

  • Jagged arrays

When you finish this chapter, you'll have an appreciation of how arrays can make certain programming problems much easier to solve.

Get Beginning C# 3.0 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.