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