// CONSTRUCTOR public InjectionBinding(Type targetType, IInstanceProviderList instanceProviderList) { BindingType = targetType; _InstanceProviderList = instanceProviderList; }
// CONSTRUCTOR public InjectionBinding(IInstanceProviderList instanceProviderList) { BindingType = typeof(TBinding); _instanceProviderList = instanceProviderList; RestrictionList = new List <IInjectionRestriction>(); }