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