Exemple #1
0
 public static List <T> CreateListInstance <T>()
 {
     return(InstanceCreator <T> .CreateListInstance());
 }