how to create instance for a generic type in c#

Posted by santose on Stack Overflow See other posts from Stack Overflow or by santose
Published on 2010-03-15T05:26:24Z Indexed on 2010/03/15 5:29 UTC
Read the original article Hit count: 213

Filed under:
|

I need to create an parameterless instance for a Generic Class in C#.

How to do this.

© Stack Overflow or respective owner

Related posts about c#

Related posts about generics