Example #1
0
 public virtual IWindsorContainer AddComponentWithProperties(string key, Type classType, IDictionary extendedProperties)
 {
     kernel.AddComponentWithExtendedProperties(key, classType, extendedProperties);
     return(this);
 }