« Csharp 9 » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications
 
Ligne 3 : Ligne 3 :
* [https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9 What's new in C# 9.0]
* [https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9 What's new in C# 9.0]
* [https://docs.microsoft.com/en-gb/dotnet/csharp/language-reference/configure-language-version C# language versioning]
* [https://docs.microsoft.com/en-gb/dotnet/csharp/language-reference/configure-language-version C# language versioning]
= [[Record]] =
Define a reference type.


= [https://medium.com/@SergioPedri/enabling-and-using-c-9-features-on-older-and-unsupported-runtimes-ce384d8debb Enabling and using C# 9 features on older and “unsupported” runtimes] =
= [https://medium.com/@SergioPedri/enabling-and-using-c-9-features-on-older-and-unsupported-runtimes-ce384d8debb Enabling and using C# 9 features on older and “unsupported” runtimes] =

Dernière version du 9 août 2024 à 13:14

Liens

Record

Define a reference type.

Enabling and using C# 9 features on older and “unsupported” runtimes

MyProject.csproj
<LangVersion>9.0</LangVersion>