Skip to content

Commit 6e0303f

Browse files
authored
Update README.md
1 parent 8d7e3e6 commit 6e0303f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Examples of C# programming, with the goal of tracking and staying up-to-date wit
5151
* [Tuple types](TupleTypes/)
5252
* [Numeric literal syntax improvement](NumericLiteralSyntaxImprovements/)
5353
* [Immutable collections](ImmutableCollections/)
54-
* [in parameter modifier](InParameterModifier/)
54+
* [in parameter modifier](InParameterModifier/)
55+
* [ArrayPool](ArrayPool/)
56+
* [MemoryPool](MemoryPool/)
5557
* C# 6
5658
* [Using static directive](UsingStaticDirective/)
5759
* [Collection initializers](CollectionInitializers/)
5860
* C# 4 & others
5961
* [Dynamic types](DynamicTypes/)
6062
* [Multicast Delegates](MulticastDelegates/)
61-
* [ArrayPool](ArrayPool/)
62-
* [MemoryPool](MemoryPool/)
6363

6464
## Notes
6565
- [Which C# version is included in which framework version?](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version)

0 commit comments

Comments
 (0)