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