编译器错误 CS2013
图像基数“value”无效
向 BaseAddress 编译器选项传递了无效的值(非数字)。
以下示例生成 CS2013:
C#
// CS2013.cs
// compile with: /target:library /baseaddress:x
// CS2013 expected
class MyClass
{
}
图像基数“value”无效
向 BaseAddress 编译器选项传递了无效的值(非数字)。
以下示例生成 CS2013:
// CS2013.cs
// compile with: /target:library /baseaddress:x
// CS2013 expected
class MyClass
{
}