You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/whats-new/csharp-14.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Partial constructors and partial events must include exactly one *defining decla
97
97
98
98
Only the implementing declaration of a partial constructor can include a constructor initializer: `this()` or `base()`. Only one partial type declaration can include the primary constructor syntax.
99
99
100
-
The implementing declaration of a partial event must include `get` and `remove` accessors. The defining declaration declares a field-like event.
100
+
The implementing declaration of a partial event must include `add` and `remove` accessors. The defining declaration declares a field-like event.
0 commit comments