ImmutableAttribute 类

定义

不可变属性指示在创建标记类或结构后永远不会修改标记类或结构的实例。

[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()

不可变属性指示在创建标记类或结构后永远不会修改标记类或结构的实例。

适用于