IGenericServiceStrategy public interface IGenericServiceStrategy Documentation Code using Castle.Core; using System; namespace Castle.MicroKernel.Handlers { public interface IGenericServiceStrategy { bool Supports(Type service, ComponentModel component); } }