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 2ca8d4f commit 348be99Copy full SHA for 348be99
src/Chapter18/Listing18.07.DynamicallyInvokingAMember.cs
@@ -23,7 +23,7 @@ public string Name
23
this,
24
#region HIGHLIGHT
25
new PropertyChangedEventArgs(
26
- nameof(Name)));
+ "Name1"));
27
#endregion HIGHLIGHT
28
}
29
0 commit comments