예제 #1
0
 /// <summary>
 /// Gets all the currently resolved services
 /// </summary>
 /// <returns>The services which are currently resolved</returns>
 public IEnumerable <IResolvableService> GetServices()
 {
     return(_browser.Where(x => x.IsResolved));
 }