ComponentResolvingDelegate public sealed delegate ComponentResolvingDelegate : MulticastDelegate Documentation Code using Castle.MicroKernel.Context; namespace Castle.MicroKernel.Handlers { public delegate ComponentReleasingDelegate ComponentResolvingDelegate (IKernel kernel, CreationContext context); }