const 与 static

  • 不要 const,用 readonly?
  • 谈谈 const 与 readonly 的赋值
  • readonly 与只读属性
  • const 与 static

C# 中,const 的成员一定是具有 static 特性的,但反过来则不成立。

你可能感兴趣的