MicrosoftDocs / windows-dev-docs

Conceptual and overview content for developing Windows apps
Creative Commons Attribution 4.0 International
700 stars 1.21k forks source link

List<(string Tag, Type Page)> should be Dictionary<string, Type> #1148

Open AlexSikilinda opened 6 years ago

AlexSikilinda commented 6 years ago

In the last code example List<(string Tag, Type Page)> should be replaced with Dictionary<string, Type>. It is more logical than ValueTuple, and also faster.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

YuliKl commented 5 years ago

@AlexSikilinda thank you for the suggestion!