0
can someone explain the ???
hello, this is the code I have problems with var left = (a: 5, b: 10); (int? a, int? b) nullableMembers = (5, 10); Console.WriteLine(left == nullableMembers); // Also true can someone please explain this ? means/does also, what does it do in this case: (int a, int b)? nullableTuple = right; thanks for the answers
1 Respuesta
0
I forgot to say this is the website I found the examples:
https://docs.microsoft.com/dotnet/csharp/tuples