共用方式為


ImmutableAttribute 類別

定義

Immutable 屬性工作表示在建立標記類別或結構之後,永遠不會修改這些實例。

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

Immutable 屬性工作表示在建立標記類別或結構之後,永遠不會修改這些實例。

適用於