Tag: Null-Conditional Operator
Overusing the Null-Conditional Operator
The null-conditional operator is the ?. between object and field/property/method. It simply says that if the thing on the left hand side is null then the thing...


The null-conditional operator is the ?. between object and field/property/method. It simply says that if the thing on the left hand side is null then the thing...