Click here to Skip to main content
15,891,253 members

Comments by nonexisto (Top 1 by date)

nonexisto 26-Jan-12 8:15am View    
Deleted
Reason for my vote of 1
No DM or Expressions are needed for such scenario:
public static T Create<t>() where T:new(){return new T();}
will work just fine.
Lets test methods with Type as parameter.