Tag: Null-Conditional Operator
No posts match your filter.
2016
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...
