ImmutableAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不可变属性指示在创建标记类或结构后永远不会修改标记类或结构的实例。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class ImmutableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type ImmutableAttribute = class
inherit Attribute
Public NotInheritable Class ImmutableAttribute
Inherits Attribute
- 继承
-
ImmutableAttribute
- 属性
注解
请注意,这意味着在创建实例后也不会修改子对象。
构造函数
ImmutableAttribute() |
不可变属性指示在创建标记类或结构后永远不会修改标记类或结构的实例。 |