Beispiel #1
0
 public async Task <Item> LookAheadAsync()
 {
     return(_lookAhead ?? (_lookAhead = await _inputSource.MoveNextAsync() ? await CurrentAsync() : Item.EOF));
 }