Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xamarin で Mono を使用してコンソール アプリケーションを構築するクラスで C# を使用しています。解決策が見つからないように見える問題に遭遇しました。
で書かれた行をユーザーが編集できるようにすることはできますConsole.Write()か?
Console.Write()
例えば:
アプリケーションは出力Edit: Helloし、そのテキストでは「Hello」のみを編集でき、ユーザーがキーを押して入力すると、文字列に保存されます。
Edit: Hello