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.
ID: 745ab6c5-cfbe-a56f-dccd-ab55123f9223
Version Independent ID: 54455a9f-a92f-e462-558d-78fb696dba8c
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.