System.Runtime by Microsoft

<PackageReference Include="System.Runtime" Version="4.0.20-beta-22816" />

.NET API 126,808 bytes

 Delegate

public abstract class Delegate
public object Target { get; }

public static Delegate Combine(Delegate a, Delegate b)

public static Delegate Combine(Delegate[] delegates)

public static bool op_Equality(Delegate d1, Delegate d2)

public static bool op_Inequality(Delegate d1, Delegate d2)

public static Delegate Remove(Delegate source, Delegate value)

public static Delegate RemoveAll(Delegate source, Delegate value)

public object DynamicInvoke(object[] args)

public virtual Delegate[] GetInvocationList()