Which Versions of the .NET Framework Support Generics?
Generics are only supported on version 2.0 and above of the Microsoft .NET framework, as well as version 2.0 of the compact framework.
Refer: http://msdn.microsoft.com/en-us/library/aa479866.aspx

