更新:2007 年 11 月
错误消息
应输入 #endregion 指令下面的示例生成 CS1038:
// CS1038.cs
#region testing
public class clx
{
   public static void Main()
   {
   }
}
// CS1038
// uncomment the next line to resolve
// #endregion | |
更新:2007 年 11 月
下面的示例生成 CS1038:
// CS1038.cs
#region testing
public class clx
{
   public static void Main()
   {
   }
}
// CS1038
// uncomment the next line to resolve
// #endregion | |