Skip to content

Instantly share code, notes, and snippets.

@jmangelo
jmangelo / gist:3173109
Created July 24, 2012 22:30 — forked from davidfowl/gist:3172990
MethodInfo.Invoke is slow... open instance delegate to the rescue
using System;
using System.Diagnostics;
using System.Linq.Expressions;
using System.Reflection;
namespace ConsoleApplication3
{
class Program
{
static void Main(string[] args)