* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
[mono-project.git] / mcs / errors / gcs0246-6.cs
blob49d2fbe63deb64d221e0f32fa355c2ab95c02b90
1 // gcs0246.cs: The type or namespace name `DateTime`1' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 8
4 using System;
6 class X
8 DateTime<int> now;