Skip to content
David Mitchell edited this page Mar 12, 2019 · 1 revision

Prefer modern language features over IfNotNull

IfNotNull was originally built because there was no .? operator in C#. Now that this operator does exist, IfNotNull usage should be phased out.

Clone this wiki locally