bottles


Comments:

C#'s new ?? operator

posted by bottlesbottles(420) 5 years, 10 months ago 0

Original post here: http://pluralsight.com/blogs/fritz/archive/2005/12/07/17313.aspx

Reply

C#'s new ?? operator

posted by bottlesbottles(420) 5 years, 10 months ago 0

Unfortunately, you can't do something like 'object o = someStringThatMightBeNull ?? DBNull.Value'. Oh well.

Reply