Ejemplo n.º 1
0
 public static List <T> FastList <T>(int count) where T : new()
 {
     return(Angie.FastList <T>(count));
 }
Ejemplo n.º 2
0
 public static List <T> FastList <T>() where T : new()
 {
     return(Angie.FastList <T>());
 }