C#C
C#2y ago
8 replies
salty_pepper

✅ Never thought I would have to ask this, but Console.WriteLine() is not working

As you can see, L105 should print out key and value of the newNode. We can see both key and value properties of newNode contain actual values. For some weird reasons Console.WriteLine() is not printing them out?

This is a Net8.0 console app.
test.png
Was this page helpful?