Thread overview
Documentation error in comparison.html
Sep 01, 2006
Craig Black
Sep 03, 2006
Walter Bright
Sep 03, 2006
Craig Black
September 01, 2006
C# 3.0 supports Implicit Type Inference.  It uses "var" rather than "auto". It also supports lazy function evaluation, I think.

-Craig


September 03, 2006
Craig Black wrote:
> C# 3.0 supports Implicit Type Inference.  It uses "var" rather than "auto". It also supports lazy function evaluation, I think.

Microsoft's web site lists C# 3.0 as a "future version".
September 03, 2006
You are right.  I thought they were .NET 2005 features. My bad.

-Craig