diff --git a/docs/csharp/fundamentals/functional/discards.md b/docs/csharp/fundamentals/functional/discards.md index a8da04a2cadc0..d38142143ddec 100644 --- a/docs/csharp/fundamentals/functional/discards.md +++ b/docs/csharp/fundamentals/functional/discards.md @@ -2,6 +2,8 @@ title: Discards - unassigned discardable variables description: Describes C#'s support for discards, which are unassigned, discardable variables, and the ways in which discards can be used. ms.date: 05/14/2021 +f1_keywords: + - "discard_CSharpKeyword" --- # Discards - C# Fundamentals