Related resources for generic type arguments
  • Assignment Compatibility, Covariance and Contravariance8/12/2013 4:48:13 PM. The terms covariance and contravariance enable implicit references to conversion of array type, delegate type, and generic type arguments. Covariance preserves assignment compatibility and contravariance reverses it.
C# and the .NET Platform, Second Edition
The mission of this book is to provide you with a solid foundation of the C# language...
Download