I need more information about variance in generics and delegates. The following code snippet does not compile:
Error CS1961 Invalid variance: The ty
Remove in and out -keywords from the interface definition:
public interface Test{ TOut F (Func transform); }