https://docs.microsoft.com/en-us/dotnet/standard/generics/covariance-and-contravariance
Covariance and Contravariance in Generics
Covariance and Contravariance in Generics In this article --> 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 parame
docs.microsoft.com
'C#' 카테고리의 다른 글
List<T>.Find(Predicate<T>) 메서드 (0) | 2020.01.24 |
---|---|
Predicate<T> 대리자 (0) | 2020.01.24 |
IEnumerable Interface (0) | 2020.01.24 |
MessageBox (0) | 2020.01.23 |
C# 설정 값 저장하고 읽어오기 (0) | 2020.01.23 |