我尝试实现单例public static readonly MyClass Instance { get; } = new MyClass();但是 Visual Studio 告诉我,我不能对这个项目使用 readonly。这是为什么? 查看完整描述