Content deleted Content added
→Future development: typo.; citation template |
Win32Coder (talk | contribs) m show "syntactic sugar" |
||
Line 297:
=== Local variable type inference ===
Local variable [[type inference]]: <
is interchangeable with <source lang="csharp">Dictionary<string, List<float>> x = new Dictionary<string, List<float>>;</source>
More than just [[syntactic sugar]], this feature is required for the declaration of anonymous typed variables. Also it simplifies refactoring.
=== Lambda expressions ===
|