IContributeComponentModelConstruction
Implementors must inspect the component for
a given information or parameter.
using Castle.Core;
namespace Castle.MicroKernel.ModelBuilder
{
public interface IContributeComponentModelConstruction
{
void ProcessModel(IKernel kernel, ComponentModel model);
}
}