ImmutableAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 屬性工作表示在建立標記類別或結構之後,永遠不會修改這些實例。 |