0
kicks
A neat little type inference trick with C#
C# offers type inference for methods, arrays etc but not for constructors. In some cases we can however still reap the benefits of type inference by using factory methods.