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

DelegateMethods

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