Community

Supporting Contravariance in Generic Types, .NET 2.0

(wmjordan) Generic types in .NET 2.0 have given us great power of reusing algorithms. However, we will probably meet with some difficulty when we are using Generic Lists or other generic types: List could not be converted into List naturally even though ConcreteType is a s

Read More - Register for Free Membership