The CLR does not support covariant return types or full variance (i. e. applied to classes, not only interfaces and delegates), but there are languages targeting the CLR which use one or both of these features.
Is there some practical workaround for the CLR to enable this functionality or do these languages employ some kind of rewriting/erasure/... technique to fully support their feature set?