Search Results

1
vote
2answers
191 views

How do I use .Net Generics to inherit a template parameter?

I want to be able to do this. MyInterface interface = new ServiceProxyHelper<ProxyType>(); Here's the object structure …