我有一个C#应用程序,它是反编译形式,包含一些混淆的属性和方法。我在VS 2012中构建项目时出错。错误说:
错误:可访问性不一致:返回类型' System.Collections.Generic.IEnumerator'比方法更难以获取' xf1555389a70c7d5a.x39b8e005139a3d89.xdd6080d77f5137d7.GetEnumerator()'
这是我的.cs代码,其中显示错误:
public IEnumerator<x39b8e005139a3d89.xe657754b6d8c9c0b> GetEnumerator() // The Error is Shown at GetEnumerator() method
{
throw new Exception("The method or operation is not implemented.");
}
班级有公共&#39;存取器。
我该怎么做才能删除错误?