
上QQ阅读APP看书,第一时间看更新
Making Delegates More Flexible with Generics
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.