于是我通过de4dot运行了一个C#大学程序,然后通过reflector反编译,在VS中运行时出现如下错误。
[程序集:System.Runtime.CompilerServices.Extension]
错误 CS1112 不要使用“System.Runtime.CompilerServices.ExtensionAttribute”。请改用“this”关键字。客户端 C:\Users\user\Desktop\333\as2\decom\AssemblyInfo.cs 15 Active
我尝试用 this 和 this() 替换代码,但这只会导致其他问题。有人能解释一下我要用“这个”代替什么吗?我觉得我在这里遗漏了一些明显的东西。