Why You Should Use the Null Coalescing Operator(kodefuguru.com)
submitted by
KodefuGuru(2818) 2 years, 5 months ago
Introduced in C# 2.0, the null coalescing operator (??) allows one to program in a concise, declarative fashion when performing null checks. This was important in 2005 as it made it easier to utilize another important feature: nullable types.
|category: C#
|Views: 8
tags:
C# another
Everyones tags:
Your Tags: