Castle.MicroKernel.Handlers.HandlerExtensionsUtil
namespace Castle.MicroKernel.Handlers
{
public static class HandlerExtensionsUtil
{
public static readonly string ReleaseExtensionsKey;
public static readonly string ResolveExtensionsKey;
public static ICollection<IReleaseExtension> ReleaseExtensions(this ComponentModel model, bool ensureExists);
public static ICollection<IResolveExtension> ResolveExtensions(this ComponentModel model, bool ensureExists);
}
}