An Alternative to the C# Generic new() Constraint using Lambdas

Friday, March 13, 2009 – 3:36 PM

A long while back I wrote about An alternative to the C# generic new() constraint using anonymous delegates to provide a mechanism for constructing an object which did not support a parameterless constructor. I’ve updated the same post to show an improved syntax using lambda expressions.

Sorry, comments for this entry are closed at this time.