Exemplo n.º 1
0
 public override long Skip(long n)
 {
     return(delegate1.Skip(n));
 }
Exemplo n.º 2
0
 public virtual long Skip(long n)
 {
     return(delegate1.Skip(n));
 }