コード例 #1
0
 public static IEnumerable <ConsoleKeyInfo> WithAlt(this ConsoleKey key)
 {
     yield return(key.AltInfo());
 }