From 37f2de04debe1a83377ac5a8308b8d9e3432feb2 Mon Sep 17 00:00:00 2001 From: Neville Bokdawalla Date: Fri, 7 Dec 2018 04:18:38 +0530 Subject: [PATCH] Updated index.md (#24117) Added new language feature listing 'Discards' under section - "New Features Added in C# 7.0" --- guide/english/csharp/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/csharp/index.md b/guide/english/csharp/index.md index 32959223e2..96fe85a68e 100644 --- a/guide/english/csharp/index.md +++ b/guide/english/csharp/index.md @@ -49,6 +49,7 @@ This creates a new book object that we can use to manipulate data and store it i 11. Record Type 12. Minimizing OUT 13. Non-'NULL' able reference type +14. Discards You can use C# to create Windows client applications, XML Web services, distributed components, client-server applications, database applications, and much more.