回答編集履歴
1
初期設定→設定へ変更
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
軽く検索してみたら、[このようなQA](http://stackoverflow.com/questions/6081946/why-does-console-readline-have-a-limit-on-the-length-of-text-it-allows)がありました。
|
2
2
|
どうも.NETのConsoleの制約のようです。
|
3
|
-
[Consoleの
|
3
|
+
[Consoleの設定を変更](https://social.msdn.microsoft.com/Forums/vstudio/en-US/51ad87c5-92a3-4bb3-8385-bf66a48d6953/how-to-read-more-than-254-characters-from-the-console?forum=csharpgeneral)すればよさげです。
|