编译器错误 CS1038
应输入 #endregion 指令
#region 指令没有匹配的 #endregion 指令。
下面的示例生成 CS1038:
C#
// CS1038.cs
#region testing
public class clx
{
public static void Main()
{
}
}
// CS1038
// uncomment the next line to resolve
// #endregion