Castle.MicroKernel.ComponentInstanceDelegate
Represents a delegate which holds basic information about a component
and its instance.
namespace Castle.MicroKernel
{
public delegate void ComponentInstanceDelegate (ComponentModel model, object instance);
}