The only C# generics explanations I can ever seem to locate go into the "List<T>" discussion and end there. I am looking for something a little more in-depth, specifically when dealing with <T> in method signatures -- I see some pretty wild syntax at times and am having trouble understanding why and when to use it. I feel like I could be doing certain things smarter or more efficiently at times if I had a better grasp of generics. Thanks!
|
| |||||||||
feedback
|
closed as not a real question by Noldorin, Jose Basilio, mquander, Jon B, Eoin Campbell May 28 '09 at 20:20
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ.
|
Very thorough coverage in the MDSN section on C# generics | |||
|
feedback
|
|
I highly recommend O'Reilly's C# 3.0 in a Nutshell. It provides a very detailed discussion of Generics, typical usage scenarios, and syntactical intricacies. | |||
|
feedback
|