Making it happen
C# nullable value types
Did you know about them ?
int? i = 5;
i = null;
| Print article | This entry was posted by andrei on April 16, 2007 at 2:46 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
