Chapter 23: Collections in C#

This chapter covers two important types of collections available to you in C#. These collections enable you to act on several things as a group. For example, you could loop over a List of GameObjects each frame to update all of their positions and states.


By the end of this chapter, you will understand how these collection types work and which to use in various situations.

Errata

    Lecture Notes

    Tutorial Files