我尝试实现单例
public static readonly MyClass Instance { get; } = new MyClass();
但是 Visual Studio 告诉我,我不能对这个项目使用 readonly。这是为什么?
慕桂英3389331
相关分类