Skip to content

Commit 6c48077

Browse files
authored
Merge pull request #5884 from dotnet/master
Update live with current master
2 parents 2ad7d06 + a54ba42 commit 6c48077

File tree

36 files changed

+75
-345
lines changed

36 files changed

+75
-345
lines changed

docs/csharp/language-reference/keywords/codesnippet/CSharp/sealed_1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Y : X
1111
class Z : Y
1212
{
1313
// Attempting to override F causes compiler error CS0239.
14-
// protected override void F() { Console.WriteLine("C.F"); }
14+
// protected override void F() { Console.WriteLine("Z.F"); }
1515

1616
// Overriding F2 is allowed.
1717
protected override void F2() { Console.WriteLine("Z.F2"); }

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_1.cs

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_10.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_11.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_2.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_3.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_4.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_5.cs

Lines changed: 0 additions & 47 deletions
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_6.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/csharp/programming-guide/types/codesnippet/CSharp/walkthrough-creating-and-using-dynamic-objects_7.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)