.NET Covariance and Contravariance


Topic history | v1 (current) | created by jjones

Details

.NET Covariance and Contravariance

| created by jjones | Add topic "Covariance and contravariance"
Title
.NET Covariance and Contravariance
Description
Covariance and contravariance are terms that refer to the ability to use a more derived type (more specific) or a less derived type (less specific) than originally specified. Generic type parameters support covariance and contravariance to provide greater flexibility in assigning and using generic types.
Link
https://docs.microsoft.com/en-us/dotnet/standard/generics/covariance-and-contravariance

resources

This topic has no history of related resources.

authors

This topic has no history of related authors.

topics

subtopic of .NET
v1 | attached by jjones | Add topic "Covariance and contravariance"