1 reference to CreateDelegate
System.Private.CoreLib (1)
System\Delegate.cs (1)
365public static Delegate CreateDelegate(Type type, MethodInfo method, bool throwOnBindFailure) => ReflectionAugments.CreateDelegate(type, method, throwOnBindFailure);