Skip to content

Instantly share code, notes, and snippets.

@snippe
Created December 14, 2014 10:08
Show Gist options
  • Save snippe/33662dc06c2203a3bb86 to your computer and use it in GitHub Desktop.
Save snippe/33662dc06c2203a3bb86 to your computer and use it in GitHub Desktop.
String s = default(String); //null
int i = default(int); //0
bool b = default(bool); //false
Program p = default(Program); //null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment