Castle.MicroKernel.Internal.LazyServiceStrategy
namespace Castle.MicroKernel.Internal
{
public class LazyServiceStrategy : IGenericServiceStrategy
{
public static readonly LazyServiceStrategy Instance;
public bool Supports(Type service, ComponentModel component);
}
}