Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs0070.cs
index 826c97b301a96ce93587e98618b6160d9f223452..240e35713be6dd0270cfa444b5218df0639b00d5 100644 (file)
@@ -1,5 +1,5 @@
-// cs0070.cs :  The event 'Click' can only appear on the left-side of a += or -= (except when used from within the type 'Button')
-// Line : 20
+// CS0070: The event `Button.Click' can only appear on the left hand side of += or -= when used outside of the type `Button'
+// Line: 20
 
 using System;