示例#1
0
 public IEnumerable <object> GetServices(Type serviceType)
 {
     return(_Container.GetExportedValuesByType(serviceType));
 }