我有以下配置:
container.AddFacility<TypedFactoryFacility>()
.Register(Component.For<IMyFactory>()
.AsFactory(c => c.SelectedWith(new MyFactoryComponentSelector())));
问题是我需要用xml配置它。是否有等效的xml配置?
答案 0 :(得分:0)
不,没有。为什么通过xml?为什么要将应用程序的实现细节暴露给外界?