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/language-reference/compiler-messages/cs1061.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
@@ -15,7 +15,7 @@ This error occurs when you try to call a method or access a class member that do
15
15
16
16
## Example
17
17
18
-
The following example generates CS1061 because `Person` does not have a `DisplayName` method. It does have a method that is called `WriteSomething`. Perhaps that is what the author of this source code meant to write.
18
+
The following example generates CS1061 because `Person` does not have a `DisplayName` method. It does have a method that is called `WriteName`. Perhaps that is what the author of this source code meant to write.
0 commit comments