Yet another C# developer with a blog.
Browse by Tags
All Tags »
?? Operator (
RSS)
-
|
I knew about nullable types in .NET 2.0 (read about them here ), but I didn't know about the ? syntax shortcut in C#. I guess I should pay more attention to Microsoft's help files... Anyway, here is a quick example that demonstrates turning an...
|