Skip to content

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

Open
@AlexSikilinda

Description

@AlexSikilinda

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions