Skip to content

Commit 510da02

Browse files
committed
update all dates
1 parent b89eeab commit 510da02

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/csharp/language-reference/builtin-types/built-in-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Built-in types"
33
description: "Learn C# built-in value and reference types"
4-
ms.date: 02/04/2025
4+
ms.date: 02/19/2025
55
helpviewer_keywords:
66
- "types [C#], built-in"
77
- "built-in C# types"

docs/csharp/language-reference/operators/lambda-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Lambda expressions - Lambda expressions and anonymous functions"
33
description: C# lambda expressions that are used to create anonymous functions and expression bodied members.
4-
ms.date: 02/13/2025
4+
ms.date: 02/19/2025
55
helpviewer_keywords:
66
- "lambda expressions [C#]"
77
- "outer variables [C#]"

docs/csharp/language-reference/operators/lambda-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "The lambda operator - The `=>` operator is used to define a lambda expression"
33
description: "The C# => operator defines lambda expressions and expression bodied members. Lambda expressions define a block of code used as data."
4-
ms.date: 02/13/2025
4+
ms.date: 02/19/2025
55
f1_keywords:
66
- "=>_CSharpKeyword"
77
helpviewer_keywords:

docs/csharp/language-reference/operators/nameof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "The nameof expression - evaluate the text name of a symbol"
33
description: "The C# `nameof` expression produces the name of its operand. You use it whenever you need to use the name of a symbol as text"
4-
ms.date: 01/31/2025
4+
ms.date: 02/19/2025
55
f1_keywords:
66
- "nameof_CSharpKeyword"
77
- "nameof"

docs/csharp/language-reference/operators/type-testing-and-cast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Type-testing operators and cast expressions test the runtime type of an object"
33
description: "The `is` and `as` operators test the type of an object. The `typeof` keyword returns the type of a variable. Casts try to convert an object to a variable of a different type."
4-
ms.date: 11/28/2022
4+
ms.date: 02/19/2025
55
author: pkulikov
66
f1_keywords:
77
- "is_CSharpKeyword"

docs/csharp/language-reference/operators/user-defined-conversion-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "User-defined explicit and implicit conversion operators - provide conversions to different types"
33
description: "Learn how to define custom implicit and explicit type conversions in C#. The operators provide the functionality for casting an object to a new type."
4-
ms.date: 02/04/2025
4+
ms.date: 02/19/2025
55
f1_keywords:
66
- "explicit_CSharpKeyword"
77
- "implicit_CSharpKeyword"

docs/csharp/whats-new/csharp-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What's new in C# 14
33
description: Get an overview of the new features in C# 14. C# 14 ships with .NET 10.
4-
ms.date: 02/04/2025
4+
ms.date: 02/19/2025
55
ms.topic: whats-new
66
---
77
# What's new in C# 14

0 commit comments

Comments
 (0)