Essential C# 2.0: Chapter 11: Generics






4.84/5 (31 votes)
Aug 30, 2006
37 min read

155493
Generics will significantly transform C# 1.0 coding style. In virtually all cases in which programmers used object within C# 1.0 code, generics would be a better choice in C# 2.0 to the extent that object should act as a flag for a possible generics implementation.