zettelkasten/Eingang/Csharp.md

9 lines
234 B
Markdown
Raw Normal View History

2024-06-30 18:38:47 +02:00
# C# oder Csharp
2023-09-21 13:44:58 +02:00
2024-06-30 18:38:47 +02:00
Operatoren = ??
2023-09-21 13:44:58 +02:00
2024-06-30 18:38:47 +02:00
### ?? und ??=: die NULL-Sammeloperatoren
2024-06-30 18:38:47 +02:00
siehe hierzu [learn.microsoft.com](https://learn.microsoft.com/de-de/dotnet/csharp/language-reference/operators/null-coalescing-operator)
2024-06-30 18:38:47 +02:00
#nochzubearbeiten