相关疑难解决方法(0)

IAsyncEnumerable的Linq方法

When working with an IEnumerable<T> there are the build-in extension methods from the System.Linq namespace such as Skip, Where and Select to work with.

When Microsoft added IAsyncEnumerable in C#8 did they also add new Linq methods to support this?

I could of course implement these methods myself, or maybe find some package which does that, but I'd prefer to use a language-standard method if it exists.

c# c#-8.0 iasyncenumerable

3
推荐指数
1
解决办法
175
查看次数

标签 统计

c# ×1

c#-8.0 ×1

iasyncenumerable ×1