Code Goes Here
everything in its right place
Thursday, March 26, 2009
The C# coalesce operator short circuits
Though it isn't mentioned in the help, the C# coalesce operator ( ?? ) does short circuit. If the left hand side isn't null, then the right hand side isn't evaluated.
No comments:
New comments are not allowed.
‹
›
Home
View web version
No comments:
New comments are not allowed.