Skip to content

Commit 3044d43

Browse files
author
gridlocdev
committed
Fixed README 'Collections' ordering and re-exported diagram
1 parent b3be968 commit 3044d43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This document contains a simplified list of concepts to guide new developers thr
1919
- [Conditionals](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/statements/selection-statements)
2020
- [Methods](https://docs.microsoft.com/en-us/dotnet/csharp/methods)
2121
- [Collections](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/collections)
22-
- [Array](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/arrays/)
2322
- [List](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1)
2423
- [Dictionary](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2)
25-
- [Iteration](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/statements/iteration-statements)
24+
- [Array](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/arrays/)
25+
- [Loops](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/statements/iteration-statements)
2626
- [Namespaces](https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/types/namespaces)
2727
- [Using directives](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-directive)
2828
- [String Interpolation](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated)

csharp-roadmap.drawio.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)