Example #1
0
 public bool TryResolve <T>(out T instance)
 {
     return(containerManager.TryResolve <T>(out instance));
 }