L
Lieven De Foor
Guest
Instead of writing: IF VALID-OBJECT(MyObject) THEN MyObject
oSomething(). The null conditional operator would allow to write the following: MyObject?
oSomething(). More info: Null-conditional operators - C# Reference
Continue reading...


Continue reading...