Example #1
0
 public LinqRoot <T> Skip(int n)
 {
     return(LinqAlternative.Skip(InnerEnumerable(), n));
 }