Enumerable.ToList

Listに変換するには、ToListを使う。

https://docs.microsoft.com/ja-jp/dotnet/api/system.linq.enumerable.tolist?view=netcore-3.1

ToArrayをToListにして、受け取り側をList<string>にするだけ。

Taro
Saburo
Goro
続行するには何かキーを押してください . . .

変わらない。

Sample/dotnet/Enumerable/ToList/src/Enumerable_ at master · bg1bgst333/Sample · GitHub