Skip to content

Instantly share code, notes, and snippets.

@VladimirReshetnikov
Created January 28, 2014 20:08
Show Gist options
  • Save VladimirReshetnikov/8675283 to your computer and use it in GitHub Desktop.
Save VladimirReshetnikov/8675283 to your computer and use it in GitHub Desktop.
using System;
using System.Linq;
class Program
{
static void Main()
{
if (true.Any is object) { }
if (ICloneable.Clone is object) { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment