[Mono-dev] List of referenced assemblies

Vassil Vassilev v.g.vassilev at gmail.com
Sat Nov 23 15:32:10 UTC 2013


Hi,
   A silly question:
   I have interface IInterface defined in a library A.
   I have a class(generic) MyClass, implementing that interface in 
library B.
   I have a user of MyClass (the place I do new MyClass<sometype>()), 
when trying to compile the code using MyClass it tells me that I need to 
include not only B but A as well. To me that is strange... Is there a 
way to workaround this problem? Am I doing something wrong?
Many thanks,
Vassil


More information about the Mono-devel-list mailing list