Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created September 10, 2012 12:18
Show Gist options
  • Select an option

  • Save mkrueger/3690618 to your computer and use it in GitHub Desktop.

Select an option

Save mkrueger/3690618 to your computer and use it in GitHub Desktop.
class Program
{
void TestCase ()
{
string o = "Hello World !";
if (false) {
} else if (!o.ToString ().Contains ("Foo")) {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment