Stack Overflow на русском Asked on November 6, 2020
Когда использую метод Console.ReadKey(); в консоль отображается нажатая клавиша. Как не отображать?
(ex. При нажатии ConsoleKey.F отображается ‘а’ в консоль)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Program
{
class Program
{
static void Main(string[] args)
{
Console.ReadKey();
}
}
}
Попробуй
Console.ReadKey(true);
Определяет, отображать ли нажатую клавишу в окне консоли. true не отображать нажатую клавишу; в противном случае false.
Correct answer by Alex on November 6, 2020
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP