02-Editing/05-Rearranging_code.cs [16:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void RearrangeLines() { // 1. Place caret on one of the line below // use // Up - Ctrl+Shift+Alt+Up // Down - Ctrl+Shift+Alt+Down Console.WriteLine("One"); Console.WriteLine("Two"); Console.WriteLine("Three"); Console.WriteLine("Four"); Console.WriteLine("Five"); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - localized/ja/02-Editing/05-Rearranging_code.cs [16:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void RearrangeLines() { // 1. Place caret on one of the line below // use // Up - Ctrl+Shift+Alt+Up // Down - Ctrl+Shift+Alt+Down Console.WriteLine("One"); Console.WriteLine("Two"); Console.WriteLine("Three"); Console.WriteLine("Four"); Console.WriteLine("Five"); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -