Does an abstract class work with StructureMap like an interface does?

Posted by Andrew Siemer on Stack Overflow See other posts from Stack Overflow or by Andrew Siemer
Published on 2009-09-30T20:59:24Z Indexed on 2010/05/18 3:11 UTC
Read the original article Hit count: 244

I am a big fan of StructureMap and use it in just about everything I do. I have only ever used it with interfaces though. I was wondering if anyone had any experience using with abstract classes? or...does it not support that type of wiring? If you got this to work can you post an example?

Thanks!

© Stack Overflow or respective owner

Related posts about structuremap

Related posts about abstract-class