Enumerable.ToArray

配列に変換するには、ToArrayを使う。

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

名前に戻して、string配列を受け取るようにする。

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

文字列配列で格納されている。

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