dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
745 stars 272 forks source link

Added example for new-format dictionary initializer #101

Closed bkoelman closed 7 years ago

bkoelman commented 7 years ago

Also removed the second link, because it describes the old-notation dictionary initializer. The first link describes both object, list and new-notation dictionary initializers.

Fixes #98.