为各种开发工具(包括编译器、调试器、代码编辑器和设计器)提供统一用户界面的应用程序。 不可变类型 (immutable type) 一种类型,其实例数据(字段和属性)在创建后不会更改。大多数值类型都属于不可变类型。
基于64个网页-相关网页
The complexity of a type dictates which of three strategies you will use to initialize your immutable type.
一个类型的复杂性指示了你应该使用这三个策略里面的哪一个来初始化不可变类型。
It does not create an uninitialized string, since creating an empty instance of an immutable type serves no purpose.
它不会建立未初始化的字串,因为建立不变型别的空执行个体没有任何用处。
To create an immutable type, you need to ensure that there are no holes that would allow clients to change your internal state.
为了创建一个不可变的类型,你需要保障没有任何漏洞允许客户修改你的内部状态。
应用推荐