✅ 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.
4 Replies
you're not specifing it to print in the console.writeline ur just feeding it as parameters
or
Ahhh too much javascript
Thanks!
these are specifying something to be printed
no worries 😉
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View