Skip to content

Instantly share code, notes, and snippets.

@VladimirReshetnikov
Created January 25, 2014 01:23
Show Gist options
  • Select an option

  • Save VladimirReshetnikov/8610301 to your computer and use it in GitHub Desktop.

Select an option

Save VladimirReshetnikov/8610301 to your computer and use it in GitHub Desktop.
static void Foo<T>(T x)
{
if (x == null) // Possible compare of value type with 'null'
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment