C
CKKwan
Guest
Just like the using statement, we can omit the { } now
using var test = new something();
The brackets after namespace is utterly unnecessary.
Continue reading...
using var test = new something();
The brackets after namespace is utterly unnecessary.
Continue reading...