Hacker News new | ask | show | jobs
by NegativeLatency 2961 days ago
C# `var` syntax, ExpandoObject and the rest of System.Dynamic
1 comments

C# `var` variables are statically-typed, not dynamically.

Not having to write down the type isn't the same as the type not being determined at compile time, which is what "static" means.