标签: .net-core mef
使用MEF,可以构造一个本身在其构造函数中具有参数的对象吗?
exportedDestinationType = Container.GetExports().FirstOrDefault();
此方法没有任何参数,我们可以在创建对象时接受任何构造函数。