By tag: inference
0
kicks
.NET Reflection - Generic Method Type Inference of a Boxed Parameter
A look into calling a generic method with a boxed parameter and returning a strongly typed, unboxed instance of that method using System.Reflection.
0
kicks
Introducing C# 3
This is the first of a four part series on C# 3.0. It covers type inference, also known as implicitly typed variables. It explains what type inference is, why it is useful and the performance consequences of using it. It also looks at implicitly typed arrays.