Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Autofac 有委托工厂,但我找不到任何关于如何在Ninject中实现它的信息。我想使用它的原因是避免引用容器本身,而是能够动态创建指定类型的新对象。
我可以做类似的事情来达到相同的结果吗?
我相信您正在寻找工厂扩展(链接)。