Esempio n. 1
0
 static PSKeyInfo Alt(ConsoleKey key) => PSKeyInfo.WithAlt(key);
Esempio n. 2
0
 static PSKeyInfo Alt(char c) => PSKeyInfo.WithAlt(c);