<PackageReference Include="Castle.Windsor" Version="4.1.0" />

Castle.MicroKernel.ServiceDelegate

public sealed delegate ServiceDelegate : MulticastDelegate
Represents a delegate which holds the information about a service.
namespace Castle.MicroKernel { public delegate void ServiceDelegate (Type service); }