Beispiel #1
0
 public Product SecondProduct()
 {
     return(productSet.Skip(1).First());
 }