2
我想garanty這種統一使用一個名爲註冊解析構造函數的參數,例如:命名映射類型使用,以解決構造函數的參數使用Unity
我有兩個類型登記:
_container.RegisterType<IMyInterface, Implementation1>("implementation1");
_container.RegisterType<IMyInterface, Implementation2>("implementation2");
當團結解決一類具有以下構造器:
public class Example
{
Example(IMyInterface args)
{
}
}
我應該怎麼指定必須解決在這種情況下使用「implementation2」團結只有