First of it all: my C# Knowledge is depricated because i do other projects in the meantime. So i come back and see whats up now, but there is one thing i do not understand.
This is now valid in C#
_ = new object();
I try to use a search engine of my choice but u can imagine search for "C# _" isnt very helpful to search for. Can someone explain whats going on here? My idea was this is placeholder to pop the result back on the stack and avoid agressive compiler optimization. But at the end, i have no idea.