Thursday, April 18, 2024 10:24

Posts Tagged ‘contravariance’

Delegate covariance and contravariance

Wednesday, March 11th, 2020

Let’s talk about something that you should not encounter in your day to day programming experience, but nevertheless, you should be aware of, if you want to become a professional engineer: covariance and contravariance with delegates. They are general programming terms, so, you will encounter them in other programming languages as well, not just C#.… Read more


Follow the white rabbit