LateBoundConcerns<TConcern> public abstract class LateBoundConcerns<TConcern> Documentation public bool HasConcerns { get; } protected LateBoundConcerns() public void AddConcern<TForType>(TConcern lifecycleConcern) public abstract void Apply(ComponentModel model, object component) protected List<TConcern> GetComponentConcerns(Type type)