Skip to main content

Timeline for How to iterate over a dictionary?

Current License: CC BY-SA 4.0

3 events
when toggle format what by license comment
May 5, 2023 at 22:12 history edited Ry- CC BY-SA 4.0
formatting
Oct 18, 2017 at 11:58 comment added David Arno This is incorrect. .NET 4.7 simply has ValueTuple built in. It's available as a nuget package for earlier versions. More importantly, C# 7.0+ is needed for the Deconstruct method to work as a deconstructor for var (fruit, number) in fruits.
Oct 17, 2017 at 15:18 history answered Pavel CC BY-SA 3.0