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.
如果我有使用接口 I 的 X 类,该接口由 A、B、C、... 类实现,其中一个通过 winform 用户界面根据用户选择注入到 X 中。如何让用户决定注入的类 A 或 B 或 C ?
我建议改用对象工厂。这可能更简单和可读。不过,工厂本身可以被注入。
如果您真的想使用容器来解决这个问题,您可能可以使用范围