コード例 #1
0
 protected override IEnumerable <object> DoGetAllInstances(Type serviceType)
 {
     return(Container.GetAllInstances(serviceType));
 }