Stories recently tagged with 'inference'

.NET Reflection - Generic Method Type Inference of a Boxed Parameter(lakario.blogspot.com)

submitted by LakarioLakario(115) 2 years, 9 months ago

A look into calling a generic method with a boxed parameter and returning a strongly typed, unboxed instance of that method using System.Reflection. read more...

add a comment |category: |Views: 31

tags: another

Introducing C# 3 (programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 5 months ago

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. read more...

1 comment |category: |Views: 1

tags: another