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/cs1721.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
@@ -36,7 +36,7 @@ Class 'class' cannot have multiple base classes: 'class_1' and 'class_2'
36
36
The most common cause of this error message is attempting to use multiple inheritance. A class in C# may only inherit directly from one class. However, a class can implement any number of interfaces.
37
37
38
38
## Example
39
-
The following example shows one way in which SC1721 is generated, and then shows two possible ways to avoid the error.
39
+
The following example shows one way in which CS1721 is generated, and then shows two possible ways to avoid the error.
0 commit comments