Esempio n. 1
0
 public T ElementAt(int n)
 {
     return(LinqAlternative.ElementAt(InnerEnumerable(), n));
 }