Exemple #1
0
 public IEnumerable <T> AllInstanceOfType <T>()
 {
     return(storage.AllInstancesOfType <T>());
 }