File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments