ufcpp / UfcppSample

http://ufcpp.net/ 向けのサンプル
Apache License 2.0
136 stars 39 forks source link

名前空間のtypo #212

Closed MeilCli closed 5 years ago

MeilCli commented 5 years ago

https://ufcpp.net/blog/2018/12/cs8asyncstreams/

非同期foreachでも非同期イテレーターでも、IAsyncEnumerableインターフェイス(System.Collections.Generc名前空間)が出てきます。 これも、割と素直に「IEnumerableの非同期版」という感じのインターフェイスになりました。

細かいところですが、System.Collections.GenercSystem.Collections.Genericではないでしょうか🤔

ufcpp commented 5 years ago

修正。