Return to Snippet

Revision: 68617
at January 27, 2015 03:23 by heathbo


Initial Code
return debit ?? credit

Initial URL


Initial Description
If debit is null, return credit.  Otherwise return debit.

Initial Title
C#: Check NULL, Return value shortcut

Initial Tags


Initial Language
C#