Relative Content

Tag Archive for c#dictionarygenericsinterfacecovariance

Covariance for value in Dictionary

I’m trying to add a more derived type as value to a dictionary<…, base> but i get the following error:
Cannot convert from HandleIntegrationEvent to HandleIntegrationEvent