public BindAttributeInstaller(BindAttributeBase attribute, Type concreteType) { this.attribute = attribute; this.concreteType = concreteType; }
IBindingInstaller CreateAttributeInstaller(BindAttributeBase attribute, Type type) { return new BindAttributeInstaller(attribute, type); }
IBindingInstaller CreateAttributeInstaller(BindAttributeBase attribute, Type type) { return(new BindAttributeInstaller(attribute, type)); }