<PackageReference Include="Castle.Core" Version="0.0.1110" />

DelegateMethods

static class DelegateMethods
using System; using System.Reflection; namespace Castle.DynamicProxy.Tokens { internal static class DelegateMethods { public static readonly MethodInfo CreateDelegate = typeof(Delegate).GetMethod("CreateDelegate", new Type[3] { typeof(Type), typeof(object), typeof(MethodInfo) }); } }