Skip to content

Instantly share code, notes, and snippets.

View PhDuck's full-sized avatar

Mads Gram PhDuck

View GitHub Profile
@PhDuck
PhDuck / gist:5f04e5bd83091dc8643480234fd02323
Created January 13, 2019 22:31 — forked from jmangelo/gist:3173109
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)