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