Skip to content

Commit 59c0230

Browse files
volkan-yazilimBillWagner
authored andcommitted
added output lines (#555)
1 parent 805eb3d commit 59c0230

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snippets/csharp/language-reference/keywords/in-ref-out-modifier/OutParameterModifier.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ void Method(out int answer, out string message, out string stillNull)
4343
Console.WriteLine(argNumber);
4444
Console.WriteLine(argMessage);
4545
Console.WriteLine(argDefault == null);
46+
47+
// The example displays the following output:
48+
// 44
49+
// I've been returned
50+
// True
51+
4652
// </Snippet3>
4753
}
4854

0 commit comments

Comments
 (0)