Exemplo n.º 1
0
 public ISearchClient <T> Skip(int count)
 {
     return(Source.Skip(count));
 }