Chapter 53. Declaring, Creating, and Using Delegates
In this chapter, you are going to learn about delegates. You can think of delegates as function wrappers. Basically, delegates are a way of representing functions and then stacking function calls together.