最近,我在[Serializable,CompilerGenerated]行下的Virtual Studio中使用的代码遇到了一些问题。我从来没有做过任何工作,所以我不太了解它或如何解决问题。代码:
[Serializable, CompilerGenerated]
private sealed class <>c
{
public static readonly BioFuelElement.<>c<>9 = new BioFuelElement.<>c();
internal string <.cctor>b__10_0(KeyValuePair<SimHashes, string> x) =>
x.Value;
internal object <.cctor>b__10_1(KeyValuePair<SimHashes, string> x) =>
x.Key;
}
第一个问题已经开始于“ {”,因为它说这是一个无效的令牌。然后,它与<> c以及具有相同字符的所有内容一起使用,说明它在实际上下文中不存在。我非常确定它与lib或引用无关,因为我使用的是原始代码引用和文件。我只需要帮助来了解情况并找出解决方法。