Exemplo n.º 1
0
 public ThingWithCustomIList()
 {
     Loners = new CustomListWrapper <Loner> {
         new Loner("Hooha", 387, "lalala")
     };
 }
Exemplo n.º 2
0
 public ThingWithCustomIList()
 {
     Loners = new CustomListWrapper<Loner> { new Loner("Hooha", 387, "lalala") };
 }