We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bb7fc commit 69089f0Copy full SHA for 69089f0
samples/snippets/csharp/VS_Snippets_CLR/Environment.NewLine/CS/newline.cs
@@ -6,9 +6,9 @@ class Sample
6
{
7
public static void Main()
8
9
- Console.WriteLine();
10
- Console.WriteLine("NewLine: {0} first line{0} second line{0} third line",
11
- Environment.NewLine);
+ Console.WriteLine();
+ Console.WriteLine("NewLine: {0} first line{0} second line{0} third line",
+ Environment.NewLine);
12
}
13
14
/*
@@ -19,4 +19,4 @@ first line
19
second line
20
third line
21
*/
22
-//</snippet1>
+//</snippet1>
0 commit comments