2using System.Collections;
3using System.Threading.Tasks;
13 private readonly
int offset0;
23 this.e = ItemEnumerator;
24 this.offset = this.offset0 = Offset;
48 while (await this.e.MoveNextAsync())
64 this.offset = this.offset0;
Enumerator that skips a given number of result records.
void Reset()
IEnumerator.Reset
bool MoveNext()
IEnumerator.MoveNext
async Task< bool > MoveNextAsync()
Advances the enumerator to the next element of the collection.
object Current
IEnumerator.Current
OffsetEnumerator(IResultSetEnumerator ItemEnumerator, int Offset)
Enumerator that skips a given number of result records.
Interface for result-set enumerators.