Exemplo n.º 1
0
 public static ValueTask <TSource> ElementAtAsync <TSource>(this IAsyncEnumerable <TSource> source, int index) =>
 LinqEnumerable.ElementAtAsync(source, index);