Is there a generic interface wrapper framework
Posted
by epitka
on Stack Overflow
See other posts from Stack Overflow
or by epitka
Published on 2010-03-19T19:58:43Z
Indexed on
2010/03/19
20:01 UTC
Read the original article
Hit count: 225
c#
Is there a framework or a native way in .net to dynamically generate wrappers for specified interface. I need a way to say, here is a type I have and here is the interface I want to wrap around it, and for each method it the interface forward calls to these methods on the type provided.
© Stack Overflow or respective owner