* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
[mono-project.git] / mcs / errors / gcs0735.cs
blob2324d30af7a2818017b074ca8670520a9dbc4008
1 // gcs0735.cs: Invalid type specified as an argument for TypeForwardedTo attribute
2 // Line: 7
4 using System;
5 using System.Runtime.CompilerServices;
7 [assembly: TypeForwardedTo((Type)null)]