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.






















































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.