Skip to content

Instantly share code, notes, and snippets.

@VladimirReshetnikov
Created January 21, 2014 20:43
Show Gist options
  • Select an option

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

Select an option

Save VladimirReshetnikov/8547977 to your computer and use it in GitHub Desktop.
using System;
class Program
{
static void Main()
{
var x = Main as Action;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment