C# Generics Summary: Methods, Types and Specifying Generic Type Parameter Constraints
December 2, 2009- By:
- Tim
This article was written based on a presentation given by Timothy Bussmann.
Generics in C# are classes, structures, interfaces, and methods that have type parameters for one or more of the types that they use. For example, instead of using a collection class that allows any type, we can use a generic collection class Read More...
