In this chapter, you'll learn about generic delegates. Remember, as in the previous lessons, the fundamental benefit is that generics allow you to create flexible code that can handle a variety of data types with ease. If there were no generics, you'd have to create a lot more code.





















































